MVC: Providing an Input Form
Please see my other MVC articles. Leveraging the Html form object to receive user input. Collecting user input is one of the most common deliverables in Internet applications for which MVC provides the Html object to automatically display HTML input control matching attributes of a data Model. First, I’ll create a new View which houses…