Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft