System.Web.UI.Design.ClientScriptItem.Text Property

Gets the script statements contained in the client script element.

Syntax

public string Text { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ClientScriptItem.Text property represents the statements that are contained in the script element. Typically, the script statements for a script element are specified using either the ClientScriptItem.Text or ClientScriptItem.Source property.

If the ClientScriptItem.Text property is null or an empty string (""), the script element does not contain any script statements.

The ClientScriptItem.Source property is initialized by the ClientScriptItem.#ctor(string, string, string, string, string) constructor.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0