AngleSharp by AngleSharp

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

 IBrowsingContext

public interface IBrowsingContext : IEventTarget
Represents the browsing context interface.
IDocument Active { get; set; }

Gets or sets the currently active document.

Gets the configuration for the browsing context.

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.

Gets the assigned document loader, if any.

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.

Fired when a parser is finished.

Fired when a parse error is encountered.

Fired when a parser is starting.

Fired when a requester is finished.

Fired when a requester is starting.