WizardDesigner::GetDesignTimeHtml Method (DesignerRegionCollection^)

 

Retrieves the HTML markup to display the control and populates the collection with the current control designer regions.

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

public:
virtual String^ GetDesignTimeHtml(
	DesignerRegionCollection^ regions
) override

Parameters

regions
Type: System.Web.UI.Design::DesignerRegionCollection^

A collection of control designer regions for the associated control.

Return Value

Type: System::String^

The design-time HTML markup for the associated control, including all control designer regions.

.NET Framework
Available since 2.0
Return to top
Show: