UserControlDesigner::GetDesignTimeHtml Method ()

 
Use BaseTrue

Gets the HTML markup that is used to represent the user control at design time.

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

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String^

The markup that is used to represent the control at design time.

Exception Condition
InvalidOperationException

The ID property of a child control is empty or null.

.NET Framework
Available since 1.1
Return to top
Show: