Interface IBrowsingContext

Interface IBrowsingContext

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.1.0)

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

Thực hiện

IServiceProvider, IDisposable

Thuộc tính

ActiveDocument

Lấy tài liệu hiện tại.

Document ActiveDocument { get; }

Giá trị thuộc tính

Document

DOMImplementation

Lấy việc triển khai DOM.

IDOMImplementation DOMImplementation { get; }

Giá trị thuộc tính

IDOMImplementation

Network

Lấy các dịch vụ mạng.

INetwork Network { get; }

Giá trị thuộc tính

INetwork

Parent

Lấy bối cảnh cha, nếu có.

IBrowsingContext Parent { get; }

Giá trị thuộc tính

IBrowsingContext

Security

Lấy cờ sandboxing.

Sandbox Security { get; }

Giá trị thuộc tính

Sandbox

Window

Lấy đối tượng WindowProxy.

IWindow Window { get; }

Giá trị thuộc tính

IWindow

Xem thêm

IServiceProvider, IDisposable

 Tiếng Việt