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
DOM thực hiện
Thực hiện thực hiện DOM.
IDOMImplementation DOMImplementation { get; }
Giá trị bất động sản
Network
Nhận các dịch vụ mạng.
INetwork Network { get; }
Giá trị bất động sản
Parent
Nhận được bối cảnh cha mẹ, nếu có.
IBrowsingContext Parent { get; }
Giá trị bất động sản
Security
Nhập lá cờ Sandboxing
Sandbox Security { get; }
Giá trị bất động sản
Window
Nhận mục WindowProxy.
IWindow Window { get; }