EditableDesignerRegion.Content Propriedade
Definição
Obtém ou define a marcação HTML para o conteúdo da região.Gets or sets the HTML markup for the content of the region.
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 que representa o conteúdo do EditableDesignerRegion objeto.HTML markup representing the content of the EditableDesignerRegion object.