WebFormsRootDesigner.GenerateEmptyDesignTimeHtml Method (Control)

 

Generates empty HTML markup for a control at design time.

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

Public Overridable Function GenerateEmptyDesignTimeHtml (
	control As Control
) As String

Parameters

control
Type: System.Web.UI.Control

The control to generate HTML markup for.

Return Value

Type: System.String

HTML markup for an empty control.

The GenerateEmptyDesignTimeHtml method enables a consistent display of empty controls at design time.

.NET Framework
Available since 2.0
Return to top
Show: