AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.0.2-alpha-249" />

 IBrowsingContext

Represents the browsing context interface.
IDocument Active { get; set; }

Gets or sets the currently active document.

IDocument Creator { get; }

Gets the document that created the current context, if any. The creator is the active document of the parent at the time of creation.

IWindow Current { get; }

Gets the current window proxy.

IEnumerable<object> OriginalServices { get; }

Gets the original services for the browsing context.

Gets the parent of the current context, if any. If a parent is available, then the current context contains only embedded documents.

Gets the sandboxing flag of the context.

Gets the session history of the given browsing context.

IBrowsingContext CreateChild(string name, Sandboxes security)

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

Tries to find a browsing context with the given name.

T GetService<T>()

Gets an instance of the given service.

Gets all registered instances of the given service.