Info
Version: | 4.0.0 |
Author(s): | Andres Rutnik |
Last Update: | Saturday, February 6, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/arutnik/mvvmcross-controllers/wiki |
NuGet Url: | https://www.nuget.org/packages/MvvmCross.Plugins.Controllers |
Install
Install-Package MvvmCross.Plugins.Controllers
dotnet add package MvvmCross.Plugins.Controllers
paket add MvvmCross.Plugins.Controllers
MvvmCross.Plugins.Controllers Download (Unzip the "nupkg" after downloading)
Dependencies
- MvvmCross.Core(>= 4.0.0)
- MvvmCross.Platform(>= 4.0.0)
The plugin allows attaching Controllers to View Models.
Controllers manage the logic and manipulation of their attached View Model to enable a MVVMC architecture.