I'm trying to URLs from the LinkBuilder in Microsoft.Web.Mvc. AT the moment, I have:
LinkBuilder.BuildUrlFromExpression(???, RouteTable.Routes, x => x.Index())
But I'm not sure how to get the request context in all cases. E.g. If I'm in a IHttpModule, is it possible for me to somehow get the request context so I can create a URL like this?