Thanks to visit codestin.com
Credit goes to github.com

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

thankee/FoolProof.Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • C# 81.7%
  • JavaScript 18.3%