AngleSharp by Florian Rappl

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

.NET API 997,888 bytes

 IHtmlLinkElement

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

Gets or sets the URI for the target resource.

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.