I can\'t see to retrieve an ID I\'m sending in a html.ActionLink in my controller, here is what I\'m trying to do
<%= Html.ActionLink(\"Mod
On MVC 5 is quite similar
@Html.ActionLink("LinkText", "ActionName", new { id = "id" })