AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 IContextFactory

public interface IContextFactory
Defines methods to create or find browsing contexts.

Creates a new browsing context without any particular name.

IBrowsingContext Create(IBrowsingContext parent, string name, Sandboxes security)

Creates a new browsing context with the given name, instructed by the specified document.

IBrowsingContext Find(string name)

Tries to find a browsing context with the given name.