srkirkland / DataAnnotationsExtensions

Validation extensions for DataAnnotations, including optional MVC client validation implementations
https://dataannotationsextensions.apphb.com/
BSD 3-Clause "New" or "Revised" License
308 stars 86 forks source link

Missing the list of Validations in Wiki #66

Closed TioNoob closed 9 years ago

TioNoob commented 9 years ago

Because your site contains the word "sex" ( http://dataannotation**sex**tensions.org/ ) our proxy is blocking it. A good ideia is to add the list of Validators on Wiki.

srkirkland commented 9 years ago

Ha that's funny -- here's the list. I'll make a page on the Wiki for it:

CreditCardAttribute CuitAttribute DateAttribute DigitsAttribute EmailAttribute EqualToAttribute FileExtensionsAttribute IntegerAttribute MaxAttribute MinAttribute NumericAttribute UrlAttribute YearAttribute

srkirkland commented 9 years ago

@TioNoob Ok it's on the wiki mainpage now:

https://github.com/srkirkland/DataAnnotationsExtensions/wiki

TioNoob commented 9 years ago

I thought the same thing ^^ Thanks for the help.