无法在我的网页上的wwwroot / images中显示图像

时间:2018-08-19 18:06:37

标签: .net razor

// cshtml文件位于/Views/Home/Index.cshtml

// cshtml文件中的内容

<a href="http://google.com>
<img src="/wwwroot/images/image.png">
</a>

我尝试访问/Content/Images/image.png和/wwwroot/images/image.png中的图像,并收到404错误。单击图像标签中的链接会将我带到正确的位置。

我还在Startup.cs中添加了以下代码:

app.UseStaticFiles();

即使/ wwwroot / lib文件夹中的JS文件也存在该问题。

  
    

获取https://localhost:6001/wwwroot/lib/sample.js     信息:Microsoft.AspNetCore.Hosting.Internal.WebHost [2]           请求在2.4702毫秒内完成404

  

0 个答案:

没有答案