AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 ContextExtensions

static class ContextExtensions
Useful methods for browsing contexts.
using AngleSharp.Services; namespace AngleSharp.Extensions { internal static class ContextExtensions { public static TService CreateService<TService>(this IBrowsingContext context) { return context.Configuration.GetFactory<IServiceFactory>().Create<TService>(context); } } }