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
The ID will work with @ sign in front also, but we have to add one parameter after that. that is null
@
null
look like:
@Html.ActionLink("Label Name", "Name_Of_Page_To_Redirect", "Controller", new {@id="Id_Value"}, null)