如果找不到控制器,返回什么?

发布于 2024-09-18 11:08:07 字数 92 浏览 6 评论 0原文

我刚刚在正在构建的 MVC 应用程序中遇到错误,因为浏览器请求 /favicon.ico 与路由匹配,但没有控制器。

处理此类控制器请求的推荐方法是什么?

I just encountered an error in an MVC app I'm building because the browser requested /favicon.ico which matches a route, but for which there is no controller.

What is the recommended way of handling a controller request such as this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

卸妝后依然美 2024-09-25 11:08:07

嗯,在提问之前我应该​​先看一下:自定义ASP.NET MVC 的控制器工厂、依赖注入/结构映射问题

一个简单的“忽略路由”条目就可以解决问题。

Uhm, I should've looked a bit further before asking: Custom Controller Factory, Dependency Injection / Structuremap problems with ASP.NET MVC

A simple 'ignore route' entry will do the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文