Modifier

ViewRendering.Content Property

Definition

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

Property Value

The HTML markup to display at design time.

Applies to

See also