System.Web.UI.Design.ClientScriptItem.Source Property

Gets the src attribute value for the client script element.

Syntax

public string Source { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ClientScriptItem.Source property specifies an external source location for the client script contents. Typically, the script statements for a script element are specified using either the ClientScriptItem.Text or ClientScriptItem.Source property.

If the ClientScriptItem.Source property is null or an empty string (""), the src attribute is not set in the script element.

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

Requirements

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