DCSIMG
Navigation - Ran Wahle's blog

Ran Wahle's blog

Browse by Tags

All Tags » Navigation (RSS)
Navigation in MVVM
One of the main issues regarding Silverlight was the navigation issue, what commonly refers as “How can we support browser’s back button”. Although Microsoft has standard solution for that is somewhat limited. It’s limitation concerns two main issues: 1. Navigation requires as to use Page Navigation and not user controls 2. It won’t support scenario when pressing a link changes the internal state but will replace the entire page instead. In this post, I’ll demonstrate how we can overcome these issues. ...