Form Collection – First Way
The FormCollection object collects all form data sent from your webpage. It’s one of the classic ways to read form inputs in ASP.NET MVC.
The FormCollection object collects all form data sent from your webpage. It’s one of the classic ways to read form inputs in ASP.NET MVC.