MVC: Accessing Form Values
Please see my other MVC articles. Leveraging the FormCollection object to retrieve user input. Collecting user input is one of the most common deliverables in Internet applications for which MVC provides a robust mechanism called the FormCollection. Beginning where my MVC 4 ADO.NET Entity Data Model article ended, I will demonstrate how to leverage FormCollection…