I have a set of views that display to specific users. These are views I've copied from other views in our app, and changed them slightly.
In these views I'm using Html.Action link, but I need these to return an absolute url instead of the relative. I know there are extra parameters that can be used to get this effect, but I dont tihnk its viable to change all my links in all my views.
Ideally I'de like to make a change in one place and have all my links render as required. Surely there must be something I can set, or a function I can override to accomplish this.