The properties of System.Web.UI.Design.ClientScriptItem are listed below. For a list of all members, see the ClientScriptItem Members list.
See Also: Inherited members from System.Object
[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. |