System.Web.UI.Design.ClientScriptItem Members

The members of System.Web.UI.Design.ClientScriptItem are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.Design.ClientScriptItem class using the provided parameters.

Public Properties

[read-only]
Idstring.

Gets the ID attribute value for the client script element.

[read-only]
Languagestring.

Gets the language attribute value for the client script element.

[read-only]
Sourcestring.

Gets the src attribute value for the client script element.

[read-only]
Textstring.

Gets the script statements contained in the client script element.

[read-only]
Typestring.

Gets the type attribute value for the client script element.