Lessons: 17Length: 3.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

5.2 Model Binding and Validation

ASP.NET MVC has a built-in model binder that takes request data and binds it to a model class. The model-binder can even validate the model data, and you'll look at how to set that up in this lesson.