Asp.net-mvc – ASP.NET MVC ActionLink and post method

actionlinkasp.net-mvc

Can anyone tell me how can I submit values to Controller using ActionLink and POST method?
I don't want to use buttons.
I guess it has something with jquery.

Best Answer

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".