Skip to content

Migration to asp.net core of the "MVC Foolproof Validation" library.

License

Notifications You must be signed in to change notification settings

dillishrestha/FoolProof.Core

 
 

Repository files navigation

Migration to asp.net core of the MVC Foolproof Validation library.

This library add many new validation attributes to your toolbox.

Operator validators:

  • Is
  • EqualTo
  • NotEqualTo
  • GreaterThan
  • LessThan
  • GreaterThanOrEqualTo
  • LessThanOrEqualTo

Improved required validators:

  • RequiredIf
  • RequiredIfNot
  • RequiredIfTrue
  • RequiredIfFalse
  • RequiredIfEmpty
  • RequiredIfNotEmpty
  • RequiredIfRegExMatch
  • RequiredIfNotRegExMatch

See full library documentation here: https://archive.codeplex.com/?p=foolproof.

New features added:

New operator validators:

  • In
  • NotIn

All the validators are available for client side validation as well.

Installation

NuGet: install-package FoolProof.Core

About

Migration to asp.net core of the "MVC Foolproof Validation" library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.6%
  • JavaScript 19.4%