AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.0-beta.499" />

.NET API 964,608 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 NumberUsedOnce { get; set; }

Gets or sets the nonce attribute.

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.

string ReverseRelation { get; set; }

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

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.