AngleSharp by AngleSharp

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

 LoaderService

Represents the default loader service. This class can be inherited.
public Predicate<IRequest> Filter { get; set; }

Gets or sets the filter to use for outgoing requests.

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.

Gets the available requesters.

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.

public IRequester GetRequester(Url address)

Gets the appropriate requester for the provided address.