Edit

Share via


ClientScriptItem.Source Property

Definition

Gets the src attribute value for the client script element.

C#
public string Source { get; }

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

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also