Interface IBrowsingContext

IBrowsingContext interface

ブラウジング コンテキストとは、Documentオブジェクトがユーザーに表示されます.

public interface IBrowsingContext : IDisposable, IServiceProvider

プロパティ

名前説明
ActiveDocument { get; }現在のドキュメントを取得します。
DOMImplementation { get; }DOM 実装を取得します。
Network { get; }ネットワーク サービスを取得します。
Parent { get; }親コンテキストがあれば取得します。
Security { get; }サンドボックス フラグを取得します。
Window { get; }WindowProxy オブジェクトを取得します。

関連項目