AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.6" />

 BaseLinkRelation

public abstract class BaseLinkRelation
Base type for the all link rel field types.
public IHtmlLinkElement Link { get; }

Gets the associated link element.

public IRequestProcessor Processor { get; }

Gets the assigned request processor.

public Url Url { get; }

Gets the currently used URL.

Creates a new instance of the relation processor.

public abstract Task LoadAsync()

Starts loading the associated resource(s) asynchronously.