Interface IBrowsingContext

Interface IBrowsingContext

名称: Aspose.Html.Dom 编辑: Aspose.HTML.dll (25.4.0)

浏览背景是一个环境,在那里 Aspose.Html.Dom.Document 对象被介绍给用户。

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

Implements

IServiceProvider , IDisposable

Properties

ActiveDocument

收到目前的文件。

Document ActiveDocument { get; }

财产价值

Document

DOM 实施

到达DOM实施。

IDOMImplementation DOMImplementation { get; }

财产价值

IDOMImplementation

Network

接收网络服务。

INetwork Network { get; }

财产价值

INetwork

Parent

得到父母的背景,如果有。

IBrowsingContext Parent { get; }

财产价值

IBrowsingContext

Security

拿到Sandboxing旗。

Sandbox Security { get; }

财产价值

Sandbox

Window

获取 WindowProxy 对象。

IWindow Window { get; }

财产价值

IWindow

看也

IServiceProvider , IDisposable

 中文