Possible Duplicate:
Including an anchor tag in an asp.net mvc Html.ActionLink
The code : @Html.ActionLink("Link", "Action", "Controller", new { id = Id } )
For the moment I can generate links like this :
I would like to generate a link like this :
But I can't edit the route/create another route.
What is the best solution?