ScriptManagerDesigner.GetDesignTimeHtml Method ()

 

Returns the HTML markup that represents the ScriptManager control at design time.

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

Public Overrides Function GetDesignTimeHtml As String

Return Value

Type: System.String

The markup that is used to render the ScriptManager at design time.

Override this method to change the generated HTML of the ScriptManager control at design time.

.NET Framework
Available since 3.5
Return to top
Show: