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; }

不動産価値

Document

HOME 実施

DOMの実施に取り組んでいます。

IDOMImplementation DOMImplementation { get; }

不動産価値

IDOMImplementation

Network

ネットワークサービスを受け取ります。

INetwork Network { get; }

不動産価値

INetwork

Parent

親の文脈、もしそうなら。

IBrowsingContext Parent { get; }

不動産価値

IBrowsingContext

Security

サンドボクシングの旗。

Sandbox Security { get; }

不動産価値

Sandbox

Window

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

IWindow Window { get; }

不動産価値

IWindow

こちらも見る

IServiceProvider , IDisposable

 日本語