Select from following answers:- @Html.ActionLink("LinkName", "ActionMethod", "Controller")

- @Html.ActionLink("LinkName", "Controller", "ActionMethod")
- @Html.ActionLink("LinkName", "ActionMethod")
- None of the above
- All Above
When we need to call an ActionMethod on the click of a link then the syntax should be as below:
@Html.ActionLink("LinkName", "ActionMethod", "Controller")
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator