Condividi tramite


TemplateDefinition.Content Proprietà

Definizione

Ottiene o imposta il markup HTML che rappresenta il contenuto del modello.

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

Valore della proprietà

Markup HTML per il contenuto del modello.

Si applica a

Vedi anche