aspnetcore/test/WebSites/ValidationWebSite
Doug Bunting fc1017fba8 Quick fixes: Clean up test code
- remove useless `configuration` variables and `Configuration` instances
- remove "Review" code comment
 - unintentionally included in commit 4b5dd19
- reduce repeated code in `TestHelper` for functional tests
 - `CreateServer()` methods had duplicate code, an ambiguous match, and an odd order
- rename `GetTestConfiguration()` to `UseCultureReplacer()` in functional tests
2015-03-24 13:42:27 -07:00
..
AnotherArea/Controllers
Controllers Clear ModelState errors of model before TryValidateModel or TryUpdateModel 2015-03-11 10:14:28 -07:00
Models
MyArea/Controllers
ViewModels
Views/Shared
wwwroot
CompanyNameAttribute.cs
ProductValidatorAttibute.cs
README.md
Startup.cs Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ValidationWebSite.xproj Update .kproj => .xproj. 2015-03-11 14:01:43 -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

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.