I want to get just the link to a route. Using Html.ActionLink and Html.RouteLink returns the link in an anchor tag. Is there any way in which I can get only the link.
I want to get just the link to a route. Using Html.ActionLink and Html.RouteLink returns the link in an anchor tag. Is there any way in which I can get only the link.