I\'m trying to port the old HTML.Image helper, that I\'m sure everyone has used at one point or another, and I\'m having issues. The following compiles fine:
I would try wrapping the image url in a call to Url's Content method as so
@Url.Content("~/Content/my-img.png")
that should convert the relative url to absolute when the page is flushed to the browser