图像显示错误

Image Display Error

  <div class="result">
        <img src="@imagePath" alt="image" />
    </div>

我想通过向图像 @imagePath 提供 link 来添加图像。它提供路径 images\IMG_20150507_153730.JPG

在显示图像标签上,我总是得到带有文本图像的图像缩略图。因为 alt="image

包含图像的文件夹在父文件夹中。 Images 文件夹包含出现在代码文件所在的同一目录中的图像。

文件夹层次结构

项目位置 - C:\Users\ahsan\Documents\Visual Studio 2015\WebSites\taskCOMSATS

代码文件位置 - C:\Users\ahsan\Documents\Visual Studio 2015\WebSites\taskCOMSATS\upload_image

图片文件夹位置 - C:\Users\ahsan\Documents\Visual Studio 2015\WebSites\taskCOMSATS\images\IMG_20150507_153730.JPG

..\images\IMG_20150507_153730.JPG