In an ASP.net 2 MVC app, I've implemented some background tasks via the IHostedServices interface, similar to the idea exposed here.
Now I need to generate Urls targeting internal routes and I'm struggling to access something like an ActionContext object or routing object having methods to do that.
Any idea?