AngleSharp by AngleSharp

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

.NET API 1,232,384 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.

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.