AngleSharp by AngleSharp

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

 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.

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.