MvcMegaForms 0.1.0.1
See the version list below for details.
dotnet add package MvcMegaForms --version 0.1.0.1
NuGet\Install-Package MvcMegaForms -Version 0.1.0.1
<PackageReference Include="MvcMegaForms" Version="0.1.0.1" />
paket add MvcMegaForms --version 0.1.0.1
#r "nuget: MvcMegaForms, 0.1.0.1"
// Install MvcMegaForms as a Cake Addin #addin nuget:?package=MvcMegaForms&version=0.1.0.1 // Install MvcMegaForms as a Cake Tool #tool nuget:?package=MvcMegaForms&version=0.1.0.1
Additional components to make awesome forms in ASP.NET MVC. It contains things like hiding/showing or enabling/disabling form fields based on values of other fields.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.0.4 | 1,058 | 10/8/2018 |
0.2.0.3 | 841 | 9/28/2018 |
0.2.0.2 | 1,449 | 11/23/2015 |
0.2.0.1 | 1,181 | 6/29/2015 |
0.2.0 | 1,701 | 1/20/2014 |
0.1.0.2 | 1,292 | 9/6/2013 |
0.1.0.1 | 1,369 | 6/1/2013 |
0.1.0 | 1,387 | 12/18/2012 |
0.0.0.16 | 1,613 | 12/2/2012 |
0.0.0.15 | 1,459 | 10/27/2012 |
0.0.0.14 | 1,482 | 8/15/2012 |
0.0.0.13 | 1,289 | 8/2/2012 |
0.0.0.12 | 1,332 | 7/10/2012 |
0.0.0.11 | 1,331 | 7/5/2012 |
0.0.0.10 | 1,386 | 5/14/2012 |
0.0.0.9 | 1,346 | 5/14/2012 |
0.0.0.8 | 1,357 | 5/12/2012 |
0.0.0.7 | 1,323 | 5/1/2012 |
0.0.0.6 | 1,403 | 4/26/2012 |
0.0.0.5 | 1,390 | 4/24/2012 |
0.0.0.4 | 1,403 | 4/24/2012 |
0.0.0.3 | 1,372 | 4/22/2012 |
0.0.0.2 | 1,409 | 4/10/2012 |
0.0.0.1 | 1,356 | 4/10/2012 |
* Adds PreventDoubleAction attribute to allow prevention of duplicate form submits on the server side
* Adds extension method "IsValidEditableFieldsOnly" to ModelState to be called instead of "ModelState.IsValid" (not thoroughly tested yet, initial version so be wary trusting it)
* Changes dependency on ASP.NET MVC to newer version (should have been done long ago!)