One thing that kind of annoys me is the situation where you just want a url, but you don’t want one of the prepackaged links using: Html.RouteLink Or Html.ActionLink Mostly because you want to be able to create your own html and you only want the created url. Well turns out there’s a method for [...]