aspnetcore/test/WebSites/ValidationWebSite
Pranav K 2dcec8fe51 React to Kestrel package rename
Fixes #3323
2015-10-14 16:39:13 -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 Correct `grunt-bower-task` operation 2015-02-20 12:19:23 -08:00
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 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ValidationWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
bower.json Correct `grunt-bower-task` operation 2015-02-20 12:19:23 -08:00
gruntfile.js
package.json Quick fix: Shut `npm install` up a bit 2015-03-12 17:26:01 -07:00
project.json React to Kestrel package rename 2015-10-14 16:39:13 -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.