ScriptManager::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the ScriptManager control's content to the browser by using the specified HtmlTextWriter object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An object that receives the content of the control to write to the page.
This method is used by control developers to extend the ScriptManager control.
Notes to Inheritors:
When overriding this method, call the base Render method so that the client script that defines the class is rendered on the page.
.NET Framework
Available since 3.5
Available since 3.5
Show: