aspnetcore/test/WebSites/ValidationWebSite
Tugberk Ugurlu 81f8b3edfb removed packExclude from unnecessary places, replaced it with
publishExclude and removed kproj and xproj excludes
2015-07-20 16:49:59 -07:00
..
AnotherArea/Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
MyArea/Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewModels Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views/Shared
wwwroot
CompanyNameAttribute.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ProductValidatorAttibute.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
README.md
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ValidationWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
bower.json
gruntfile.js
package.json Quick fix: Shut `npm install` up a bit 2015-03-12 17:26:01 -07:00
project.json removed packExclude from unnecessary places, replaced it with 2015-07-20 16:49:59 -07:00

README.md

ValidationWebSite

This web site illustrates how to add ModelMetadataType attribute and validate the models during model binding. It also show how to validate models using the TryValidateModel API as well as how to use the RemoteAttribute as part of validation. RemoteAttribute scenarios shown here all work in combination with attribute routing.