ViewRendering.Content Propriedade
Definição
Obtém a marcação HTML de tempo de design.Gets the design-time HTML markup.
public:
property System::String ^ Content { System::String ^ get(); };
public string Content { get; }
member this.Content : string
Public ReadOnly Property Content As String
Valor da propriedade
A marcação HTML a ser exibida em tempo de design.The HTML markup to display at design time.