ListViewDesigner::GetDesignTimeHtml Method ()

 

Generates the HTML markup that is used to render the associated ListView control at design time.

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

public:
virtual String^ GetDesignTimeHtml() override

Return Value

Type: System::String^

The HTML markup that is used to render the associated ListView control at design time.

If the two required templates for the ListView control (ListView::LayoutTemplate and ListView::ItemTemplate) are not defined, the GetDesignTimeHtml() method calls the GetEmptyDesignTimeHtml method to generate the HTML markup.

.NET Framework
Available since 3.5
Return to top
Show: