UrlSyndicationContent.Type 属性

定义

获取 UrlSyndicationContent 的内容类型。

public:
 virtual property System::String ^ Type { System::String ^ get(); };
public override string Type { get; }
member this.Type : string
Public Overrides ReadOnly Property Type As String

属性值

String

UrlSyndicationContent 的内容类型。

注解

内容类型可以设置为 RFC 2046 中定义的任何已知 MIME 类型值。

适用于