I want to get only a link to the route. Using Html.ActionLink and Html.RouteLink returns the link in the anchor tag. Is there a way that I can only get the link.
Use the Url.Action and Url.RouteUrl methods.