Getting full URL of action in ASP.NET MVC [duplicate]

This question already has answers here: How do I find the absolute url of an action in ASP.NET MVC? (9 answers) Closed 4 years ago. Is there a built-in way of getting the full URL of an action? I am looking for something like GetFullUrl(“Action”, “Controller”) that would return something like http://www.fred.com/Controller/Action. The reason I … Read more