SyndicationContent.Type Property

Definition

Gets or sets the type of the content.

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

void Type(winrt::hstring value);
public string Type { get; set; }
var string = syndicationContent.type;
syndicationContent.type = string;
Public Property Type As String

Property Value

String

Platform::String

winrt::hstring

This value can be "text", "html", "xhtml" or other media types.

Implements

Applies to