.net 6 core mvc return view() static file path gets the view path error : net::ERR_ABORTED 404
.net 6 core mvc return view() static file path gets the view path error : net::ERR_ABORTED 404
.net 6 core mvc在通过(asp-controller="test" asp-action="GetTest")等静态文件调用controller方法时出现问题js,css,wwwroot 路径中的媒体文件路径错误,例如,
https://localhost:7261/curriculumvitae/assets/plugins/global/plugins.bundle.css
在此路径中应删除 curriculumvitae 并且正确的路径是
https://localhost:7261/assets/plugins/global/plugins.bundle.css
如何从静态路径中删除它。即视图是目录。简单地说查看目录不应该添加到静态路径中。
感谢您的宝贵帮助。
关于
~/ 将此添加到每个静态 js 文件问题已解决。
.net 6 core mvc在通过(asp-controller="test" asp-action="GetTest")等静态文件调用controller方法时出现问题js,css,wwwroot 路径中的媒体文件路径错误,例如, https://localhost:7261/curriculumvitae/assets/plugins/global/plugins.bundle.css 在此路径中应删除 curriculumvitae 并且正确的路径是 https://localhost:7261/assets/plugins/global/plugins.bundle.css
如何从静态路径中删除它。即视图是目录。简单地说查看目录不应该添加到静态路径中。 感谢您的宝贵帮助。 关于
~/ 将此添加到每个静态 js 文件问题已解决。