Interface IBrowsingContext

Interface IBrowsingContext

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

ブラウジングコンテキストは、Aspose.Html.Dom.Documentオブジェクトがユーザーに提示される環境です。

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

実装

IServiceProvider, IDisposable

プロパティ

ActiveDocument

現在のドキュメントを取得します。

Document ActiveDocument { get; }

プロパティ値

Document

DOMImplementation

DOM実装を取得します。

IDOMImplementation DOMImplementation { get; }

プロパティ値

IDOMImplementation

Network

ネットワークサービスを取得します。

INetwork Network { get; }

プロパティ値

INetwork

Parent

親コンテキストを取得します(存在する場合)。

IBrowsingContext Parent { get; }

プロパティ値

IBrowsingContext

Security

サンドボックスフラグを取得します。

Sandbox Security { get; }

プロパティ値

Sandbox

Window

WindowProxyオブジェクトを取得します。

IWindow Window { get; }

プロパティ値

IWindow

参照

IServiceProvider, IDisposable

 日本語