How to call an action Method on the click of a link?

 Posted by Kmandapalli on 7/23/2013 | Category: ASP.NET MVC Interview questions | Views: 55588 | Points: 40
Select from following answers:
  1. @Html.ActionLink("LinkName", "ActionMethod", "Controller")
  2. @Html.ActionLink("LinkName", "Controller", "ActionMethod")
  3. @Html.ActionLink("LinkName", "ActionMethod")
  4. None of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response