AngleSharp by Florian Rappl

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

.NET API 1,175,040 bytes

 HtmlLinkElement

Represents the HTML link element.
public string Charset { get; set; }

Gets or sets the character encoding for the target resource.

public string Href { get; set; }

Gets or sets the URI for the target resource.

public bool IsDisabled { get; set; }

Gets or sets if the stylesheet is enabled or disabled.

public string Media { get; set; }

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

public string Relation { get; set; }

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

public ITokenList RelationList { get; }

Gets the list of relations contained in the rel attribute.

public string Rev { get; set; }

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

public IStyleSheet Sheet { get; }

Gets the associated stylesheet.

public ISettableTokenList Sizes { get; }

Gets the list of sizes defined in the sizes attribute.

public string Target { get; set; }

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

public string TargetLanguage { get; set; }

Gets or sets the language code for the linked resource.

public string Type { get; set; }

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

public Url Url { get; }

Gets the url of the link elements address.

public HtmlLinkElement(Document owner, string prefix = null)

Creates a new HTML link element.