WebFormsRootDesigner::AddClientScriptToDocument Method (ClientScriptItem^)

 

When overridden in a derived class, adds a client script element to the current Web Forms page.

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

public:
virtual void AddClientScriptToDocument(
	ClientScriptItem^ scriptItem
) abstract

Parameters

scriptItem
Type: System.Web.UI.Design::ClientScriptItem^

A ClientScriptItem to add to the Web Forms page.

.NET Framework
Available since 2.0
Return to top
Show: