Navigation.canGoBack property
Identifies whether it is possible to traverse backward through the navigation stack.
Syntax
var back = WinJS.Navigation.canGoBack;
Property value
Type: Boolean
true if it is possible to navigate backwards; otherwise false.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Navigation |
See also
For developers
Your first app - Part 3: PageControl objects and navigation
Quickstart: Using single-page navigation
Quickstart: Adding a nav bar (NavBar)
Quickstart: Using a hub control for layout and navigation
Navigation and navigation history sample
For designers
Top app bar
Guidelines for the hub control
Guidelines for app bars