Aspose.Html.Window Namespace
The Aspose.Html.Window namespace is related for window object which represents a window containing a DOM document. It includes classes and interfaces related to active document address and browsing history.
Classes
  ClassDescription
Public classLocation
Location objects provide a representation of the address of the active document of their Document's browsing context, and allow the current entry of the browsing context's session history to be changed, by adding or replacing entries in the history object.
Interfaces
  InterfaceDescription
Public interfaceIWindow
The window object represents a window containing a DOM document.
Public interfaceIWindowEventHandlers
Represents interface that must be inherited by window object
Public interfaceIWindowTimers
Allows authors to schedule timer-based callbacks.