ClientScriptItem.Source Property

Definition

Gets the src attribute value for the client script element.

public:
 property System::String ^ Source { System::String ^ get(); };
public string Source { get; }
member this.Source : string
Public ReadOnly Property Source As String

Property Value

The path to the source file specified for the src attribute in the script element.

Remarks

The 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 Text or Source property.

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

The Source property is initialized by the ClientScriptItem.

Applies to

See also