MvcMegaForms 0.0.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package MvcMegaForms --version 0.0.0.15
NuGet\Install-Package MvcMegaForms -Version 0.0.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MvcMegaForms" Version="0.0.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MvcMegaForms --version 0.0.0.15
#r "nuget: MvcMegaForms, 0.0.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MvcMegaForms as a Cake Addin
#addin nuget:?package=MvcMegaForms&version=0.0.0.15

// Install MvcMegaForms as a Cake Tool
#tool nuget:?package=MvcMegaForms&version=0.0.0.15

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 990 10/8/2018
0.2.0.3 807 9/28/2018
0.2.0.2 1,417 11/23/2015
0.2.0.1 1,144 6/29/2015
0.2.0 1,667 1/20/2014
0.1.0.2 1,256 9/6/2013
0.1.0.1 1,343 6/1/2013
0.1.0 1,354 12/18/2012
0.0.0.16 1,577 12/2/2012
0.0.0.15 1,424 10/27/2012
0.0.0.14 1,443 8/15/2012
0.0.0.13 1,263 8/2/2012
0.0.0.12 1,302 7/10/2012
0.0.0.11 1,295 7/5/2012
0.0.0.10 1,353 5/14/2012
0.0.0.9 1,318 5/14/2012
0.0.0.8 1,333 5/12/2012
0.0.0.7 1,297 5/1/2012
0.0.0.6 1,369 4/26/2012
0.0.0.5 1,367 4/24/2012
0.0.0.4 1,373 4/24/2012
0.0.0.3 1,348 4/22/2012
0.0.0.2 1,377 4/10/2012
0.0.0.1 1,331 4/10/2012

* Refactors JS using JSLint rules
     * Adds support for TextArea checking on DetectFormChanges
     * Adds ControlBundleListBoxChildFor so that you can have a list box cascaded
     * Adds new validation attributes RequiredIfContainsOneOf and RequiredIfNotContainsOneOf to allow checking if multiple values exist (logical OR)