Quick Review
- Controller POST action method
- We learned how to add an action method to our controller to process POST requests.
- Model Binding
- We saw how MVC's model binding can be used to extract from field values from the requests.
- Model State
- How ModelState gives us access to underlying form field values and related errors.
- HTML Helper Methods
- We learned how to work easier by utilizing HTML Helper methods properties in .NET MVC.
- Post/Redirect/Get pattern