Info
Version: | 3.0.1 |
Author(s): | Francesco Abbruzzese |
Last Update: | Saturday, June 28, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://mvccontrolstoolkit.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/MVC3ControlsToolkit |
Install
Install-Package MVC3ControlsToolkit
dotnet add package MVC3ControlsToolkit
paket add MVC3ControlsToolkit
MVC3ControlsToolkit Download (Unzip the "nupkg" after downloading)
Dependencies
- WebActivator(1.4)
- Microsoft.AspNet.Web.Optimization(>= 1.1.1 && <= 1.1.9)
- MVCControlsToolkit.Business(1.0.0)
- jQuery(1.10.2)
- jQuery.Validation(1.11.1)
- Microsoft.jQuery.Unobtrusive.Validation(3.0.0)
- knockoutjs(3.0.0)
- Knockout.Mapping(2.4.0)
- jquery-globalize(0.1.3)
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.