AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.0" />

.NET API 884,736 bytes

 HtmlScriptElement

Represents an HTML script element. http://www.w3.org/TR/html5/scripting-1.html#execute-the-script-block
public string CharacterSet { get; set; }

public string CrossOrigin { get; set; }

public IDownload CurrentDownload { get; }

public string Integrity { get; set; }

public bool IsAsync { get; set; }

public bool IsDeferred { get; set; }

public string Source { get; set; }

public string Text { get; set; }

public string Type { get; set; }

public HtmlScriptElement(Document owner, string prefix = null, bool parserInserted = false, bool started = false)