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

 Ελληνικά