Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 MVC 应用程序中,我有一个文件夹,里面装满了用户应该能够查看的 PDF 文档。但是,我指向它们的链接似乎不起作用:我收到“找不到资源错误”。我猜我的问题与路由有关。
我需要做什么才能让浏览器只呈现文档?
用于IgnoreRoute从路由逻辑中排除特定路径。这篇文章有一些关于如何优化路由的有用建议。
IgnoreRoute
还要确保其包含的目录和 PDF 文件的权限设置正确 - 请参阅此答案。