ASP.NET MVC ActionLink and post method

If you’re using ASP MVC3 you could use an Ajax.ActionLink(), that allows you to specify a HTTP Method which you could set to “POST”.

Leave a Comment