DataSourceDesigner::GetDesignTimeHtml Method ()

 

Retrieves the HTML markup for displaying the associated data source 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 for the design-time display.

The default implementation of the GetDesignTimeHtml method returns the result from the base ControlDesigner::CreatePlaceHolderDesignTimeHtml method.

.NET Framework
Available since 2.0
Return to top
Show: