TemplateDefinition.Content Propriedade
Definição
Obtém ou define a marcação HTML que representa o conteúdo do modelo.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
Valor da propriedade
Marcação HTML para o conteúdo do modelo.HTML markup for the content of the template.