AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-284" />

.NET API 888,320 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.