Gets standard HTML rendering of an extender control, including type and ID information, at design time.
Syntax
CSharp
public override string GetDesignTimeHtml ()
VisualBasic
Public Overrides Function GetDesignTimeHtml As String
ManagedCPlusPlus
public:
virtual String^ GetDesignTimeHtml () override
JSharp
public String GetDesignTimeHtml ()
Return Value
Return Value
A string that provides the design-time HTML rendering of the control.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)