OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Allow direct navigation back to home page #11

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

Implement a method by which you can move directly back to the home page (or other specified page) within the navigation stack.

Andy-Wilkinson commented 10 years ago

Added a general INavigationStack.GoBackTo(...) method that allows going back to any page in the navigation stack. If you want to go back to the homepage then pass in the first navigation entry to this method.