使用区域文件夹结构在 Razor 页面中加载图像时遇到问题
Facing issue while loading images in Razor pages using Areas Folder structure
- Areas/Project/Pages/Create.cshtml 页面.
- 我的项目中有以下文件夹结构(Asp.Net Core 3.1 Razor 页面),我想访问 Areas/Project/Pages/Create.cshtml 页面中的图像(wwwroot/images)。
- 我在 https://localhost:44375/Project/Create 页面中收到此错误
请检查以下内容。有效
<img src="/images/1.jpg" />
- Areas/Project/Pages/Create.cshtml 页面.
- 我的项目中有以下文件夹结构(Asp.Net Core 3.1 Razor 页面),我想访问 Areas/Project/Pages/Create.cshtml 页面中的图像(wwwroot/images)。
- 我在 https://localhost:44375/Project/Create 页面中收到此错误
请检查以下内容。有效
<img src="/images/1.jpg" />