PreviousNext

Automatic ModelState Validation for ASP.NET Core

by bill-s, 2018-07-11T05:24:05.572Z

Model State Validation for a JSON API isn't too hard because you only need to send back validation errors, especially with the ApiController attribute. However, for all those that are still using server-side rendering and Razor, it's still a bit challenging.

Read More