TemplateDefinition.Content Property

Definition

Gets or sets the HTML markup representing the content of the template.

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

Property Value

HTML markup for the content of the template.

Applies to

See also