Overriding html form method with PUT or DELETE
@using (Html.BeginForm("Order", "Users"){ @Html.HttpMethodOverride(HttpVerbs.Delete) } http://stackoverflow.com/questions/8835450/use-delete-form-method-in-html-beginform