AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 IServiceFactory

public interface IServiceFactory
Represents the factory to create arbitrary (third-party) services.
namespace AngleSharp.Services { public interface IServiceFactory { TService Create<TService>(IBrowsingContext context); } }