I\'m trying to build an Href using Razor The string is going to end up looking like this:
https://www.notmysite/controller/action?order_ID=xxxxxxx&hashComparator
The easier method is to use @Html.Raw(Model.SomethingUrl)