forked from srkirkland/DataAnnotationsExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Validation extensions for DataAnnotations, including optional MVC client validation implementations
License
spib/DataAnnotationsExtensions
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project provides common validation attributes (full list on the project website) which extend the built-in ASP.NET DataAnnotations (Required, Range, RegularExpression and StringLength). The core library provides server-side validation attributes that can be used in any .NET 4.0 project (no MVC dependency). There is also an easily pluggable client-side validation library which can be used in ASP.NET MVC 3 projects using unobtrusive jquery validation (only MVC3 included javascript files are required). All validation attributes are covered with unit tests and also have a dedicated controller in the included sample website (click Demos to see a demonstration of each validation attribute). Please see the project website for details: http://dataannotationsextensions.org/
About
Validation extensions for DataAnnotations, including optional MVC client validation implementations
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C# 86.3%
- JavaScript 13.1%
- Other 0.6%