AspNetCore.Docs/aspnet/mvc/models/validation/sample
Doug Bunting 350b3fc390 Get validation sample working (#1506)
Get validation sample working
- add files needed to complete the sample
- implement rc2 (and later) `IClientModelValidator` interface
- remove validation TODOs; implement them for real
- remove unused `Movie` properties
- remove and sort `using`s
- adjust `validation.rst` to match new sample
- correct a couple of small typos
- use sample files instead of code blocks where possible
- addresses the remaining bits of #1154
2016-06-27 06:54:33 -07:00
..
Properties Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
Views Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
wwwroot Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
ClassicMovieAttribute.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
Genre.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
IUserRepository.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
MVCMovieContext.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
Movie.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
MovieIValidatable.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
MoviesController.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
Program.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
Startup.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
User.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
UserRepository.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
UsersController.cs Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
project.json Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00
web.config Get validation sample working (#1506) 2016-06-27 06:54:33 -07:00