<% Html.BeginForm("MyAction", "MyController",FormMethod.Post); %>
<input type="submit" value="Send" />
<input type="submit" value="Cancel" />
<%Html.EndForm(); %>
Any idea how to do this in ASP.NET Framework Beta? All examples I've googled for have single buttons in them.
Anonymous User
07-Oct-2014razor:
and controller: