ViewRendering::Content Property

 

Gets the design-time HTML markup.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ Content {
	String^ get();
}

Property Value

Type: System::String^

The HTML markup to display at design time.

.NET Framework
Available since 2.0
Return to top
Show: