Understanding Model Binding in ASP.NET MVC with Example View Article Information Posted Date: 30. May 2014 Author: Anil Sharma Categories: ASP.NET MVC, C Sharp Keywords: Understanding Model Binding, Model Binding, Model Binding Example, MVC Model Binding, Model Binding in MVC, What is Model Binding A view can display a form that has fields such as text boxes, check boxes, radio buttons, and so forth, and a submit button. When the user submits the form, the information in the fields is sent to the controller.ASP.NET uses an HttpRequest object to handle requests. Information coming in the request is stored in different collection objects depending on how the request was sent and the type of information. [Continue Reading]