| INavigationService Methods |
The INavigationService type exposes the following members.
| Name | Description | |
|---|---|---|
| GoBack |
Navigates to the most recent item in back navigation history.
| |
| GoForward |
Navigates to the most recent item in forward navigation history.
| |
| Navigate(String) |
Navigates to the content specified by the uniform resource identifier (URI).
| |
| Navigate(Type) |
Navigates to the content specified by the type reference.
| |
| Navigate(Uri) |
Navigates to the content specified by the uniform resource identifier (URI).
| |
| Navigate(Type, Object) |
Navigates to the content specified by the type reference.
| |
| NavigateT |
Navigates to the content specified by the type reference.
| |
| NavigateT(Object) |
Navigates to the content specified by the type reference.
| |
| RegisterFrame |
Attempts to register the specified object as the active frame instance.
| |
| RemoveBackEntry |
Removes the most recent available entry from the back stack.
|