This probably is a dummy question but I cannot find a clear indication. I have a POCO class in a MVC3 web application whose only purpose is managing the backup of some files
In ASP.Net Core 2.0 (MVC) this works to create an absolute url to an action.
var url = Url.Action("About", "Home", new { /*Route values here*/ }, Request.Scheme);