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; }
}
}