ClientScriptItemCollection Class
Assembly: System.Design (in system.design.dll)
Each ClientScriptItem object in the ClientScriptItemCollection class represents a script block that is contained in a document (a Web Form, Web server control, a content page, or a master page) at design time.
Use the WebFormsRootDesigner class to set or examine client script elements that are contained in a Web Forms document on the design surface. Retrieve the collection of client script elements that are contained within the Web document by using the GetClientScriptsInDocument method. Add a client script element to the Web document by using the AddClientScriptToDocument method.
To add client script elements at run time, use the ClientScriptManager class.
Note |
|---|
| The ClientScriptItemCollection class represents script elements at design time that execute on the client. Because the script elements that are generated for ClientScriptItemCollection objects are not run on the server, the elements do not contain the runat="server" attribute. |
System.Collections.ReadOnlyCollectionBase
System.Web.UI.Design.ClientScriptItemCollection
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note