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 ScriptManagerProxy at design time.
Remarks
Override this method to change the generated HTML of the ScriptManagerProxy control at design time.
Assembly: System.Web.Extensions.Design (Module: System.Web.Extensions.Design)