TemplateDefinition.Content 属性

定义

获取或设置表示模板内容的 HTML 标记。

public:
 virtual property System::String ^ Content { System::String ^ get(); void set(System::String ^ value); };
public virtual string Content { get; set; }
member this.Content : string with get, set
Public Overridable Property Content As String

属性值

String

表示模板内容的 HTML 标记。

适用于

另请参阅