How to display an image from a path in asp.net MVC 4 and Razor view?

In your View try like this

  <img src= "https://stackoverflow.com/questions/15986980/@Url.Content(Model.ImagePath)" alt="Image" />

Leave a Comment