aspnetcore/test/WebSites/ValidationWebSite
あまみや ゆうこ 38818a1033 Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -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 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
gruntfile.js
package.json Quick fix: Shut `npm install` up a bit 2015-03-12 17:26:01 -07:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -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.