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

구현

IServiceProvider, IDisposable

속성

ActiveDocument

현재 문서를 가져옵니다.

Document ActiveDocument { get; }

속성 값

Document

DOMImplementation

DOM 구현을 가져옵니다.

IDOMImplementation DOMImplementation { get; }

속성 값

IDOMImplementation

Network

네트워크 서비스를 가져옵니다.

INetwork Network { get; }

속성 값

INetwork

Parent

부모 컨텍스트가 있으면 가져옵니다.

IBrowsingContext Parent { get; }

속성 값

IBrowsingContext

Security

샌드박스 플래그를 가져옵니다.

Sandbox Security { get; }

속성 값

Sandbox

Window

WindowProxy 객체를 가져옵니다.

IWindow Window { get; }

속성 값

IWindow

참조

IServiceProvider, IDisposable

 한국어