| HTMLScriptElementType Property |
The content type of the script language. See the type attribute
definition in HTML 4.01.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string Type { get; set; }Public Property Type As String
Get
Set
public:
property String^ Type {
String^ get ();
void set (String^ value);
}member Type : string with get, set
Property Value
Type:
String
See Also