I have been trying to do an actionlink like:
<li>@Html.ActionLink("Home", "Index", "Invoice", new { id = "homelink" })</li>
So what I have is linkText, an actionname, a controller name and an id for the link.
However there is no signature that matches this. The closest one has routevalues between the controller name and the htmlattributes. I don't have any routevalues I need to put in there though.
Can someone please tell me how to best get around this?