Interface IBrowsingContext
IBrowsingContext interface
ブラウジング コンテキストとは、Document
オブジェクトがユーザーに表示されます.
public interface IBrowsingContext : IDisposable, IServiceProvider
プロパティ
名前 | 説明 |
---|---|
ActiveDocument { get; } | 現在のドキュメントを取得します。 |
DOMImplementation { get; } | DOM 実装を取得します。 |
Network { get; } | ネットワーク サービスを取得します。 |
Parent { get; } | 親コンテキストがあれば取得します。 |
Security { get; } | サンドボックス フラグを取得します。 |
Window { get; } | WindowProxy オブジェクトを取得します。 |
関連項目
- interface IServiceProvider
- 名前空間 Aspose.Html.Dom
- 組み立て Aspose.HTML