INavigation Methods |
The INavigation type exposes the following members.
Name | Description | |
---|---|---|
CanGoBack |
Checks whether the previous location can be loaded.
| |
CanGoForward |
Checks whether the next location can be loaded.
| |
EntryAt |
Returns an INavigationEntry instance for the given index
in the back-forward list.
| |
GoBack |
Loads the previous location in the back-forward list. It does nothing if there's no previous location in the list.
| |
GoForward |
Loads the next location in the back-forward list. It does nothing if there's no next location in the list.
| |
GoTo |
Navigates to a specific location at the given index in the back-forward list.
| |
LoadUrl(String) |
Navigates to a resource identified by a URL.
| |
LoadUrl(LoadUrlParameters) |
Navigates to a resource identified by the specified parameters | |
LoadUrl(String, TimeSpan) |
Navigates to a resource identified by a URL, with the specified timeout.
| |
LoadUrl(LoadUrlParameters, TimeSpan) |
Navigates to a resource identified by the given LoadUrlParameters, with the specified timout.
| |
Reload |
Reloads the currently loaded web page.
| |
ReloadAndCheckForRepost |
Reloads the currently loaded web page.
If the current web page has POST data, the user will be
asked to confirm that he really wants to reload the page.
| |
ReloadIgnoringCache |
Reloads the currently loaded web page ignoring the cached data.
| |
ReloadIgnoringCacheAndCheckForRepost |
Reloads the currently loaded web page ignoring the cached data.
If the current web page has POST data, the user will be
asked to confirm that he really wants to reload the page.
| |
RemoveEntryAt |
Removes the item at the given index from the back-forward list
and returns true if it was removed successfully.
| |
Stop |
Cancels any pending navigation or download operation and stops any dynamic page
elements, such as background sounds and animations.
|