ContentDefinition::DefaultDesignTimeHtml Property

 

Gets the HTML markup to represent the content at design time.

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

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

Property Value

Type: System::String^

A string containing HTML markup.

.NET Framework
Available since 2.0
Return to top
Show: