https://github.com/egorbo/mvvmnavigationtoolkit
Navigation toolkit for Windows Phone & Windows Store apps
https://github.com/egorbo/mvvmnavigationtoolkit
Last synced: 11 months ago
JSON representation
Navigation toolkit for Windows Phone & Windows Store apps
- Host: GitHub
- URL: https://github.com/egorbo/mvvmnavigationtoolkit
- Owner: EgorBo
- License: mit
- Created: 2013-08-12T17:59:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T07:58:05.000Z (almost 12 years ago)
- Last Synced: 2025-03-29T09:41:27.800Z (about 1 year ago)
- Language: C#
- Size: 478 KB
- Stars: 7
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MvvmNavigationToolkit
=====================
Navigation toolkit for Windows Phone & Windows Store apps
It's all about wiring VM together with Views using fluent syntax:
_navigationBuilder
.RegisterViewModel().StaticResource().WithoutView()
.RegisterViewModel().Singleton().ForView()
.RegisterViewModel().StaticResource().ForView()
.RegisterViewModel().ForView()
.RegisterViewModel().ForView()
;
And now in any ViewModel you can open one in this way:
ServiceLocator.Resolve().Show();