AngleSharp by AngleSharp

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

.NET API 955,904 bytes

 IHtmlScriptElement

Represents the script HTML element.
string CharacterSet { get; set; }

Gets or sets the character set of the script.

string CrossOrigin { get; set; }

Gets or sets the cross-origin attribute.

string Integrity { get; set; }

Gets or sets the linked source's integrity, if any.

bool IsAsync { get; set; }

Gets or sets if the script should be run asynchronously.

bool IsDeferred { get; set; }

Gets or sets if script execution should be deferred.

string Source { get; set; }

Gets or sets the source URL of the script.

string Text { get; set; }

Gets or sets the script's source code.

string Type { get; set; }

Gets or sets the type of script.