// 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