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 |
---|---|
getActiveDocument Gets the current document. | |
getDOMImplementation Gets the DOM implementation. | |
getNetwork Gets the network services. | |
getParent Gets the parent context, if any. | |
getSecurity Gets the sandboxing flag. | |
getWindow Gets the WindowProxy object. |
See Also
- package com.aspose.html.Dom
- package Aspose.HTML