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);
}
}