Understanding the Navigation API

The WinJS.Navigatation.navigate() method is just one method of the WinJS Navigation API. You can use all of the following methods to control user navigation:

Image back()—Enables you to navigate back in history. If you supply an integer parameter then you can go back in history a certain number of entries.

Image forward()—Enables you to navigate forward in history. If you supply an integer parameter then you can go forward in history a certain number of entries.

navigate()—Enables you to navigate to a particular page (Page ...

Get Windows® 8.1 Apps with HTML5 and JavaScript Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.