AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="0.16.1-alpha-125" />

 IConfiguration

public interface IConfiguration
Represents the interface for a general setup of AngleSharp or a particular AngleSharp request.
using System.Collections.Generic; using System.Runtime.CompilerServices; namespace AngleSharp { [System.Runtime.CompilerServices.NullableContext(1)] public interface IConfiguration { IEnumerable<object> Services { get; } } }