TextSyndicationContent.Type 属性

定义

获取 TextSyndicationContent 的内容类型。

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

一个表示文本联合内容的种类的 String

注解

此属性可以具有下列值:

  • “text”— 纯文本内容。

  • “html”— HTML 内容。

  • “xhtml”— XHTML 内容。

适用于