SyndicationLink.MediaType Property

Definition

Gets or sets the media type of the linked resource. The string must have the pattern ".+/.+".

public:
 property Platform::String ^ MediaType { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MediaType();

void MediaType(winrt::hstring value);
public string MediaType { get; set; }
var string = syndicationLink.mediaType;
syndicationLink.mediaType = string;
Public Property MediaType As String

Property Value

String

Platform::String

winrt::hstring

The type attribute on atom:link.

Applies to