AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.4.1-beta.502" />

.NET API 963,584 bytes

 HtmlLinkElementExtensions

public static class HtmlLinkElementExtensions
Defines a set of extension methods for link elements.
public static bool IsAlternate(this IHtmlLinkElement link)

Gets if the link contains a stylesheet that is regarded alternate.

public static bool IsPersistent(this IHtmlLinkElement link)

Gets if the link contains a stylesheet that is regarded persistent.

public static bool IsPreferred(this IHtmlLinkElement link)

Gets if the link contains a stylesheet that is regarded preferred.