NavigationService Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The NavigationService type exposes the following members.
| Name | Description | |
|---|---|---|
|
BackStack | Gets the backstack, as an enumerator of JournalEntry objects. |
|
CanGoBack | Gets a value that indicates whether there is at least one entry in the back navigation history. |
|
CanGoForward | Gets a value that indicates whether there is at least one entry in the forward navigation history. |
|
CurrentSource | Gets the uniform resource identifier (URI) of the content that is currently displayed. |
|
PauseOnBack | Indicates whether the app should be paused or closed when Back is pressed. |
|
Source | Gets or sets the uniform resource identifier (URI) of the current content or the content that is being navigated to. |
Show: