Returns the HTML markup that represents the ScriptManager control 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 contains the markup used to render the ScriptManager at design time.
Remarks
Override this method to change the generated HTML of the ScriptManager control at design time.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)