System.Web.UI.Design.ClientScriptItem.Language Property

Gets the language attribute value for the client script element.

Syntax

public string Language { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ClientScriptItem.Language property represents the language in which the script statements are written. If the ClientScriptItem.Language property is null or an empty string (""), the language attribute is not set in the script element. When a client script block does not specify the script language, the client browser determines the language.

The ClientScriptItem.Language 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