Multiple Models in a View in ASP.NET MVC 4 / MVC 5 (with source code)
- use javascript to change the form action attribute http://www.webdeveloper.com/forum/showthread.php?233372-RESOLVED-Two-Submit-Buttons-for-One-Form
- In the server side code, depend on the different values with the same name submit buttons http://stackoverflow.com/questions/18639860/how-to-handle-multiple-submit-button-in-same-form
others: Create a new attribute class like [MultipleButton]
- http://www.codeproject.com/Articles/717941/How-to-Choose-the-Best-Way-to-Pass-Multiple-Models
- http://www.codeproject.com/Articles/687061/Multiple-Models-in-a-View-in-ASP-NET-MVC-MVC