I am trying to display image on the cshtml file. The spam filter prevents me from typing the HTML for image. However the source is set to
src= \"@Html.Encode(Mod
You have specified an absolute path which doesn't exist on the client computer. Try like this:
or if your model variable contains "~/uploads/FileUpload12011_03_02_11_49_22.jpg" you could: