ContentDefinition::DefaultContent Property

 

Gets the default HTML markup for the content.

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

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

Property Value

Type: System::String^

A string containing HTML markup.

.NET Framework
Available since 2.0
Return to top
Show: