AngleSharp by Florian Rappl

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

.NET API 586,752 bytes

 HTMLLinkElement

public sealed class HTMLLinkElement : HTMLElement, IStyleSheet
Represents the HTML link element.
public enum RelType

Specifies the possible values for the rel attribute.

public string Charset { get; set; }

Gets or sets the character encoding for the target resource.

public bool Disabled { get; set; }

Gets or sets if the stylesheet is enabled or disabled.

public string Href { get; set; }

Gets or sets the URI for the target resource.

public string Hreflang { get; set; }

Gets or sets the language code for the linked resource.

public string Media { get; set; }

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

public RelType Rel { get; set; }

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

public string Rev { get; set; }

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

public StyleSheet Sheet { get; }

Gets the associated stylesheet.

public string Target { get; set; }

Gets or sets the name of the target frame to which the resource applies.

public string Type { get; set; }

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