ClientScriptItem.Type Property

Definition

Gets the type attribute value for the client script element.

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

Property Value

The name of the MIME type associated with the script element.

Applies to

See also