ASP.NET MVC 3 : How to force an ActionLink to do a HttpPost instead of an HttpGet?

Viewed 18267

Is it possible to force an @Html.ActionLink() to do a POST instead of a GET? If so, how?

5 Answers
Related