IBrowsingContext Interface
IBrowsingContext interface
A browsing context is an environment in which Document
objects are presented to the user.
public interface IBrowsingContext : IDisposable, IServiceProvider
Properties
Name | Description |
---|---|
ActiveDocument { get; } | Gets the current document. |
DOMImplementation { get; } | Gets the DOM implementation. |
Network { get; } | Gets the network services. |
Parent { get; } | Gets the parent context, if any. |
Security { get; } | Gets the sandboxing flag. |
Window { get; } | Gets the WindowProxy object. |
See Also
- namespace Aspose.Html.Dom
- assembly Aspose.HTML