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; }
不動産価値
HOME 実施
DOMの実施に取り組んでいます。
IDOMImplementation DOMImplementation { get; }
不動産価値
Network
ネットワークサービスを受け取ります。
INetwork Network { get; }
不動産価値
Parent
親の文脈、もしそうなら。
IBrowsingContext Parent { get; }
不動産価値
Security
サンドボクシングの旗。
Sandbox Security { get; }
不動産価値
Window
WindowsProxy オブジェクトを取得します。
IWindow Window { get; }