AngleSharp by AngleSharp

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

 ILinkRelationFactory

public interface ILinkRelationFactory
Represents the factory for resolving link relation.
using AngleSharp.Html.Dom; using AngleSharp.Html.LinkRels; using System.Runtime.CompilerServices; namespace AngleSharp.Html { [System.Runtime.CompilerServices.NullableContext(2)] public interface ILinkRelationFactory { BaseLinkRelation Create([System.Runtime.CompilerServices.Nullable(1)] IHtmlLinkElement link, string relation); } }