Sdílet prostřednictvím


TemplateDefinition.Content Vlastnost

Definice

Získá nebo nastaví kód HTML představující obsah šablony.

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

Hodnota vlastnosti

Kód HTML pro obsah šablony.

Platí pro

Viz také