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
実装
プロパティ
ActiveDocument
現在のドキュメントを取得します。
Document ActiveDocument { get; }
プロパティ値
DOMImplementation
DOM実装を取得します。
IDOMImplementation DOMImplementation { get; }
プロパティ値
Network
ネットワークサービスを取得します。
INetwork Network { get; }
プロパティ値
Parent
親コンテキストを取得します(存在する場合)。
IBrowsingContext Parent { get; }
プロパティ値
Security
サンドボックスフラグを取得します。
Sandbox Security { get; }
プロパティ値
Window
WindowProxyオブジェクトを取得します。
IWindow Window { get; }