AngleSharp by Florian Rappl

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

 LoaderService

Represents the default loader service. This class can be inherited.
public bool IsNavigationEnabled { get; set; }

Gets or sets of navigation is enabled.

public bool IsResourceLoadingEnabled { get; set; }

Gets or sets if resource loading is enabled.

public LoaderService(IEnumerable<IRequester> requesters)

Creates a new loader service with the provided requesters.

Creates the default document loader with the stored requesters.

Creates the default resource loader with the stored requesters.