AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.6-alpha-325" />

 Configuration

public class Configuration : IConfiguration
Represents context configuration for the AngleSharp library. Custom configurations can be made by deriving from this class, just implementing IConfiguration or modifying an instance of this specific class.
public static IConfiguration Default { get; }

Gets the default configuration to use. The default configuration can be overriden by calling the SetDefault method.

public IEnumerable<object> Services { get; }

Gets an enumeration over the registered services.

public Configuration(IEnumerable<object> services = null)

Creates a new immutable configuration.