Interface IBrowsingContext

Interface IBrowsingContext

Tên không gian: Aspose.Html.Dom Tổng hợp: Aspose.HTML.dll (25.4.0)

Một bối cảnh duyệt là một môi trường trong đó các đối tượng Aspose.Html.Dom.Document được trình bày cho người dùng.

[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable

Implements

IServiceProvider , IDisposable

Properties

ActiveDocument

Nhận tài liệu hiện tại.

Document ActiveDocument { get; }

Giá trị bất động sản

Document

DOM thực hiện

Thực hiện thực hiện DOM.

IDOMImplementation DOMImplementation { get; }

Giá trị bất động sản

IDOMImplementation

Network

Nhận các dịch vụ mạng.

INetwork Network { get; }

Giá trị bất động sản

INetwork

Parent

Nhận được bối cảnh cha mẹ, nếu có.

IBrowsingContext Parent { get; }

Giá trị bất động sản

IBrowsingContext

Security

Nhập lá cờ Sandboxing

Sandbox Security { get; }

Giá trị bất động sản

Sandbox

Window

Nhận mục WindowProxy.

IWindow Window { get; }

Giá trị bất động sản

IWindow

Xem thêm

IServiceProvider , IDisposable

 Tiếng Việt