ScriptManager::Render Method (HtmlTextWriter^)

 

Renders the ScriptManager control's content to the browser by using the specified HtmlTextWriter object.

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

public protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

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
Return to top
Show: