IHtmlScriptElement
public interface IHtmlScriptElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers, ILoadableElement
Represents the script HTML element.
Gets or sets the character set of the script.
Gets or sets the cross-origin attribute.
Gets or sets the linked source's integrity, if any.
Gets or sets if the script should be run asynchronously.
Gets or sets if script execution should be deferred.
Gets or sets the source URL of the script.
Gets or sets the script's source code.
Gets or sets the type of script.