HtmlScriptElement
sealed class HtmlScriptElement : HtmlElement, IHtmlScriptElement, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents an HTML script element.
http://www.w3.org/TR/html5/scripting-1.html#execute-the-script-block
Gets or sets the character encoding of the external script resource.
Gets or sets how the element handles crossorigin requests.
Gets or sets if script should execute asynchronously.
Gets or sets if the script should be deferred.
Gets the language of the script.
Gets or sets athe address of the resource.
Gets or sets the text in the script element.
Gets or sets the type of an embedded resource.
public HtmlScriptElement(Document owner, string prefix = null, bool parserInserted = false, bool started = false)
Creates a new HTML script element.