aspnetcore/test/WebSites/ValidationWebSite
Harsh Gupta e0f7c1b810 Fixing Readme 2015-02-19 10:20:16 -08:00
..
AnotherArea/Controllers Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
Controllers Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
Models Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
MyArea/Controllers Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
ViewModels Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
Views/Shared Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
CompanyNameAttribute.cs Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
ProductValidatorAttibute.cs Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
README.md Fixing Readme 2015-02-19 10:20:16 -08:00
Startup.cs Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
ValidationWebSite.kproj Correct recent checkins 2015-02-12 08:53:17 -08:00
bower.json Download and install jQuery Unobtrusive Validation and its dependencies 2015-01-30 12:33:12 -08:00
gruntfile.js Download and install jQuery Unobtrusive Validation and its dependencies 2015-01-30 12:33:12 -08:00
package.json Download and install jQuery Unobtrusive Validation and its dependencies 2015-01-30 12:33:12 -08:00
project.json Download and install jQuery Unobtrusive Validation and its dependencies 2015-01-30 12:33:12 -08: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.