I\'ve inherited a code base written in ASP.Net MVC 4. Every post method takes a FormCollection. Aside from annoyance of having to access the values through quot
You can always add the form collection properties to your method signatures. They will automatically be populated by form values with corresponding keys.