Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
Parameters
- writer (HtmlTextWriter)
An HtmlTextWriter object that receives the content of the control to write to the page.
Remarks
This method is used by control developers to extend the ScriptManager control.
Notes For Inheritors
When overriding this method, call the base Render(HtmlTextWriter) method so that PageRequestManager is rendered on the page.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)