Is it possible to force an @Html.ActionLink() to do a POST instead of a GET? If so, how?
Is it possible to force an @Html.ActionLink() to do a POST instead of a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ActionLinkhelper method will render ananchortag, clicking on which is always aGETrequest. If you want to make it aPOSTrequest. You should override the default behviour using a little javacsriptNow some
jQuerycodeMake sure you have an
Actionmethod ofHttpPosttype to handle this request