WebFormsRootDesigner.AddClientScriptToDocument Method
.NET Framework 3.0
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)
WebFormsRootDesigner Members
System.Web.UI.Design Namespace
Client Script in ASP.NET Web Pages
Design-Time Support for Web Forms
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Assembly: System.Design (in system.design.dll)
public abstract void AddClientScriptToDocument ( ClientScriptItem scriptItem )
public abstract function AddClientScriptToDocument ( scriptItem : ClientScriptItem )
Not applicable.
Parameters
- scriptItem
A ClientScriptItem to add to the Web Forms page.
Reference
WebFormsRootDesigner ClassWebFormsRootDesigner Members
System.Web.UI.Design Namespace
Other Resources
Introduction to ASP.NET Control DesignersClient Script in ASP.NET Web Pages
Design-Time Support for Web Forms
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Community Additions
ADD
Show: