Commit Graph

6 Commits (6bee26e95cd6f8d3fdeed7f6ca85c035474918b9)

Author SHA1 Message Date
Kirk Larkin 9065b2ed8f
Add MVC example for ModelState.IsValid (#24909) 2022-02-07 08:19:32 -10:00
Kirk Larkin 2fb542406d
Update Model Validation to 6.0 (#24850)
* Update Model Validation to 6.0

* Suppress POCO NRT warnings
2022-02-02 09:39:15 -10:00
Kirk Larkin 6ba2ba7710
Prepare Model Validation for 6.0 (#24833) 2022-02-01 12:28:24 +00:00
Rick Anderson 95582be7d1
Fix validation sample /4 (#22953) 2021-08-04 11:14:31 -07:00
Rick Anderson 89c93638a7
Update validation.md patch1 (#22239)
* Update validation.md

* Update Create.cshtml.cs

* Update Create.cshtml.cs

* Update aspnetcore/mvc/models/validation.md

* Apply suggestions from code review

Co-authored-by: Pranav K <prkrishn@hotmail.com>

Co-authored-by: Pranav K <prkrishn@hotmail.com>
2021-06-18 08:33:18 -07:00
Kirk Larkin 52fb8d4cef Update Validation for 3.0. (#15663)
* Versioned folders for samples in prep for 3.0.

* dotnet new webapp --no-https

* Cleanup and simplification of templated code/files.

* Movies (using EF Core InMemory).

* ClassicMovieAttribute (custom validation + client-side).

* Configuration + how to disable.

* Complete 3.0 Sample.

* Quick sweep of the docs page.

* Update validation.md
2019-11-19 07:22:52 -10:00