MVC2ControlsToolkit 2.4.0
dotnet add package MVC2ControlsToolkit --version 2.4.0
NuGet\Install-Package MVC2ControlsToolkit -Version 2.4.0
<PackageReference Include="MVC2ControlsToolkit" Version="2.4.0" />
<PackageVersion Include="MVC2ControlsToolkit" Version="2.4.0" />
<PackageReference Include="MVC2ControlsToolkit" />
paket add MVC2ControlsToolkit --version 2.4.0
#r "nuget: MVC2ControlsToolkit, 2.4.0"
#addin nuget:?package=MVC2ControlsToolkit&version=2.4.0
#tool nuget:?package=MVC2ControlsToolkit&version=2.4.0
MVC 2 Controls Toolkit is a complete set of advanced server controls for MVC 2 ranging from a templated edit-on line datagrid to date-picker and custom formatted textboxes, supporting client validation and globalization. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- WebActivator (>= 1.4.0)
GitHub repositories
This package is not used by any popular GitHub repositories.
Now mvcct.utils are in separated file. Added cache to retrievalManager, and re-enginered and improved all code