Hello
Is there someway to render RouteLink as the name of the link aswell?
i.e
<%= Html.RouteLink(...., "myRoute", new { id = 75 }) %>
gets rendered as
<a href="http://foo/Something/75">http://foo/Something/75</a>
Is there some neat trick för that?
/M