INavigation Properties |
The INavigation type exposes the following members.
Name | Description | |
---|---|---|
Browser |
Gets the IBrowser instance associated with this object.
| |
CurrentEntry |
Gets the current navigation item in the back-forward list.
| |
CurrentIndex |
Gets the index of the current navigation item in the back-forward list.
| |
EntryCount |
Gets the number of items in the back-forward list.
| |
IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) | |
ShowHttpErrorPageHandler |
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.
| |
ShowNetErrorPageHandler |
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.
| |
StartNavigationHandler |
Gets or sets a handler that is used before the browser starts navigation to a resource.
|