As I understand it, a plain ol\' \"~/foo\" path is supposed to work like @Url.Content(\"~/\") in MVC 4. However, I\'m trying to do this and getting many broken paths -- the
My guess is that you are still running Razor 1 (MvcWebRazorHostFactory is < 4.0).
MvcWebRazorHostFactory
Verify the web.config in your Views folder looks like this...