The members of System.Web.UI.Design.ClientScriptItem are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.Design.ClientScriptItem class using the provided parameters. |
[read-only] | Id | string.
Gets the ID attribute value for the client script element. |
[read-only] | Language | string.
Gets the language attribute value for the client script element. |
[read-only] | Source | string.
Gets the src attribute value for the client script element. |
[read-only] | Text | string.
Gets the script statements contained in the client script element. |
[read-only] | Type | string.
Gets the type attribute value for the client script element. |