SyntaxFix
Write A Post
Hire A Developer
Questions
This works for MVC 5:
<a href="@Url.Action("ActionName", "ControllerName", new { paramName1 = item.paramValue1, paramName2 = item.paramValue2 })" > Link text </a>