View With One Form And Multiple Submits To Different Actions - WITHOUT ANY JAVA SCRIPT

Here I demonstrate how to have 1 form with 2 submit buttons that goes to 2 separate actions on the
server with no use of Java Script! 
For ref:
http://stackoverflow.com/questions/16479946/asp-net-mvc-4-form-with-2-submit-buttons-actions

To see - put a break point in the 4 actions in the home controller

Form Post (Default)


Form Get