Interface IBrowsingContext

Interface IBrowsingContext

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.2.0)

A browsing context is an environment in which Aspose.Html.Dom.Document objects are presented to the user.

[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable

Implements

IServiceProvider, IDisposable

Properties

ActiveDocument

Gets the current document.

Document ActiveDocument { get; }

Property Value

Document

DOMImplementation

Gets the DOM implementation.

IDOMImplementation DOMImplementation { get; }

Property Value

IDOMImplementation

Network

Gets the network services.

INetwork Network { get; }

Property Value

INetwork

Parent

Gets the parent context, if any.

IBrowsingContext Parent { get; }

Property Value

IBrowsingContext

Security

Gets the sandboxing flag.

Sandbox Security { get; }

Property Value

Sandbox

Window

Gets the WindowProxy object.

IWindow Window { get; }

Property Value

IWindow

See Also

IServiceProvider, IDisposable