Is there any easy (built in) way in an asp.net mvc view to get the absolute path of a file in the content folder?
At the moment I\'m using
@Url.Cont
HttpContext.Current.Server.MapPath("~/Content/images/logo.png");