Info
| Version: | 1.0.2 |
| Author(s): | kburnell (Keith Burnell) |
| Last Update: | Friday, October 28, 2011 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://ezvalidation.codeplex.com |
| NuGet Url: | https://www.nuget.org/packages/EzValidation |
Install
Install-Package EzValidation
dotnet add package EzValidation
paket add EzValidation
EzValidation Download (Unzip the "nupkg" after downloading)
Includes server and client side model based validation attributes for:
-- Equal To
-- Not Equal To
-- Greater Than
-- Greater Than or Equal To
-- Less Than
-- Less Than or Equal To
Supports validating against:
-- Another Model Field
-- A Specific Value
-- Current Date/Yesterday/Tomorrow (for Dates and Strings).