Skip to content

1. Welcome

franciscoserdio edited this page Sep 4, 2016 · 7 revisions

Welcome to the AspNetHttpFlow wiki!

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

Clone this wiki locally