Info
Version: | 0.0.6 |
Author(s): | romagny13 |
Last Update: | Saturday, April 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/romagny13/MvvmLib |
NuGet Url: | https://www.nuget.org/packages/MvvmLib.Windows |
Install
Install-Package MvvmLib.Windows
dotnet add package MvvmLib.Windows
paket add MvvmLib.Windows
MvvmLib.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
* Navigation
* NavigationManager: allows to create and manage navigation services
* FrameNavigationService: allows to navigate, go back, go forward, cancel navigation and notify viewmodel
* ViewModelLocator: allows to resolve ViewModel for views
* INavigatable: allows views and view models to be notified on navigate
* IDeactivatable: allow to cancel navigation
* ILoadedEventListener: allows to be notified from view model when the view is loaded
* BackRequestManager: allows to show the back button in title bar
* Mvvm
* BootstrapperBase: base class for Bootstrapper.