Interface IBrowsingContext

Interface IBrowsingContext

ja nimityö: Aspose.Html.Dom Kokoelma: Aspose.HTML.dll (25.4.0)

Selaamisen kontekstti on ympäristö, jossa Aspose.Html.Dom.Dokument -objekti esitetään käyttäjälle.

[ComVisible(true)]
public interface IBrowsingContext : IServiceProvider, IDisposable

Implements

IServiceProvider , IDisposable

Properties

ActiveDocument

Saat nykyisen asiakirjan.

Document ActiveDocument { get; }

Omistuksen arvo

Document

DOM toteuttaminen

Tutustu DOM:n toteuttamiseen.

IDOMImplementation DOMImplementation { get; }

Omistuksen arvo

IDOMImplementation

Network

Hanki verkkopalvelut.

INetwork Network { get; }

Omistuksen arvo

INetwork

Parent

Vanhempain konteksti, jos on.

IBrowsingContext Parent { get; }

Omistuksen arvo

IBrowsingContext

Security

Saa Sandboxingin lippu.

Sandbox Security { get; }

Omistuksen arvo

Sandbox

Window

Siirry WindowProxy-objektiin

IWindow Window { get; }

Omistuksen arvo

IWindow

Katso myös

IServiceProvider , IDisposable

 Suomi