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
Thuộc tính
ActiveDocument
Lấy tài liệu hiện tại.
Document ActiveDocument { get; }
Giá trị thuộc tính
DOMImplementation
Lấy việc triển khai DOM.
IDOMImplementation DOMImplementation { get; }
Giá trị thuộc tính
Network
Lấy các dịch vụ mạng.
INetwork Network { get; }
Giá trị thuộc tính
Parent
Lấy bối cảnh cha, nếu có.
IBrowsingContext Parent { get; }
Giá trị thuộc tính
Security
Lấy cờ sandboxing.
Sandbox Security { get; }
Giá trị thuộc tính
Window
Lấy đối tượng WindowProxy.
IWindow Window { get; }