In ASP.NET MVC how can I use the Razor @Url.Content() helper from C# code? - Stack Overflow
I'm trying to write a html helper extension that outputs an image tag. I need to access (within C# code) something like Razor's @Url.Content() helper to get the proper URL for the ......