BaseLinkRelation abstract class BaseLinkRelation Base type for the all link rel field types. Documentation Code public HtmlLinkElement Link { get; } public IRequestProcessor Processor { get; } public Url Url { get; } public BaseLinkRelation(HtmlLinkElement link, IRequestProcessor processor) public abstract Task LoadAsync()