Info
Version: | 2.4.0 |
Author(s): | Francesco Abbruzzese |
Last Update: | Friday, March 22, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://mvccontrolstoolkit.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/MVC2ControlsToolkit |
Install
Install-Package MVC2ControlsToolkit
dotnet add package MVC2ControlsToolkit
paket add MVC2ControlsToolkit
MVC2ControlsToolkit Download (Unzip the "nupkg" after downloading)
Dependencies
- WebActivator(1.4)
Tags
MVC Controls Toolkit makes it easier to define new complex controls for MVC without defining custom binders to read back the input from the Controls because each control enables the MVC engine to call its own handler to bind properly the input to the view model. Thus, there is no need to adapt the controller to a control or to define ad hoc controllers.