I am creating an MVC4 application. I have a small issue. My code is
@Html.ActionLink(\"Contract\", \"Contract\", \"Home\", new {
You need to add the parameter
, new {}
to Html.ActionLink.
Html.ActionLink
The first object is for the query string, the second is for the HTML parameters.