AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 IHtmlLinkElement

Represents a link HTML element.
string CrossOrigin { get; set; }

Gets or sets the cross-origin attribute.

string Href { get; set; }

Gets or sets the URI for the target resource.

string Integrity { get; set; }

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

bool IsDisabled { get; set; }

Gets or sets if the stylesheet is enabled or disabled.

string Media { get; set; }

Gets or sets the use with one or more target media.

string Relation { get; set; }

Gets or sets the forward relationship of the linked resource from the document to the resource.

Gets the list of relations contained in the rel attribute.

Gets the list of sizes defined in the sizes attribute.

string TargetLanguage { get; set; }

Gets or sets the language code for the linked resource.

string Type { get; set; }

Gets or sets the content type of the style sheet language.