AngleSharp by AngleSharp

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

.NET API 888,832 bytes

 HtmlLinkElement

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

public string CrossOrigin { get; set; }

public IDownload CurrentDownload { get; }

public string Href { get; set; }

public IDocument Import { get; }

public string Integrity { get; set; }

public bool IsDisabled { get; set; }

public string Media { get; set; }

public string NumberUsedOnce { get; set; }

public string Relation { get; set; }

public ITokenList RelationList { get; }

public string Rev { get; set; }

public string ReverseRelation { get; set; }

public IStyleSheet Sheet { get; }

public ISettableTokenList Sizes { get; }

public string Target { get; set; }

public string TargetLanguage { get; set; }

public string Type { get; set; }

public HtmlLinkElement(Document owner, string prefix = null)