Get the Data From View to Controller in ASP.NET MVC 5:
Here you can learn how to get the data From View to Controller in ASP MVC 5 .
We can pass the data from view to controller 4 ways:
i) Traditional approach
ii) FormCollection object
iii) Parameters
iv) Strongly type model binding to view