Click or drag to resize

INavigation Properties

The INavigation type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with this object.
Public propertyCurrentEntry
Gets the current navigation item in the back-forward list.
Public propertyCurrentIndex
Gets the index of the current navigation item in the back-forward list.
Public propertyEntryCount
Gets the number of items in the back-forward list.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyShowHttpErrorPageHandler
Gets or sets a handler that is used when the engine is about to display an error web page because the web server sends an empty HTTP response with the HTTP status code that represents an error.
Public propertyShowNetErrorPageHandler
Gets or sets a handler that is used when the engine is about to display a network error web page because the required web resource cannot be loaded because of a network error.
Public propertyStartNavigationHandler
Gets or sets a handler that is used before the browser starts navigation to a resource.
Top
See Also