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 標記。

適用於

另請參閱