history.backStack object
When applicable, provides access to the app's back navigational history.
Syntax
var object = new Navigation.history.backStack; // Returns an array object.
Members
The backStack object does not define any members.
Remarks
For a Windows app using JavaScript, the backStack array contains zero or more URLs conceptually equivalent to those associated with a browser's back button.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
history |
See also
Show: