Interface IBrowsingContext
Interface IBrowsingContext
Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.1.0)
브라우징 컨텍스트는 Aspose.Html.Dom.Document 객체가 사용자에게 표시되는 환경입니다.
[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable
구현
속성
ActiveDocument
현재 문서를 가져옵니다.
Document ActiveDocument { get; }
속성 값
DOMImplementation
DOM 구현을 가져옵니다.
IDOMImplementation DOMImplementation { get; }
속성 값
Network
네트워크 서비스를 가져옵니다.
INetwork Network { get; }
속성 값
Parent
부모 컨텍스트가 있으면 가져옵니다.
IBrowsingContext Parent { get; }
속성 값
Security
샌드박스 플래그를 가져옵니다.
Sandbox Security { get; }
속성 값
Window
WindowProxy 객체를 가져옵니다.
IWindow Window { get; }