HTMLScriptElement.Type

HTMLScriptElement.Type property

The content type of the script language. See the type attribute definition in HTML 4.01.

public string Type { get; set; }

See Also