-
Notifications
You must be signed in to change notification settings - Fork 0
1. Welcome
franciscoserdio edited this page Sep 4, 2016
·
7 revisions
Don't you know how to take care of navigation between different Pages ?
Are you worried about getting the context of a Page and restoring it when back ?
Messing up with different ways to pass flow data from one Page to the following ?
Have a look at this HttpModule, which allows you to:
- Track your app navigation from one Page to another, going forward and backward
- Get the context from the Page you are leaving and restore it once back
- Pass Flow data from one Page to the following, both forward and backward