暂时禁用 Asp .NET MVC 2 中的控制器

发布于 2024-11-04 01:37:46 字数 114 浏览 1 评论 0原文

Asp .NET MVC 2 中有没有办法暂时禁用 ASP .NET Mvc 2 中的控制器?是否有一些属性或网络配置元素可以帮助我解决这个问题?

由于我无法控制的原因,我无法注释掉不需要的控制器。

Is there a way in Asp .NET MVC 2 to temporarily disable a controller in ASP .NET Mvc 2? Is there some attribute or web config element that can help me with this?

For reasons that are out of my controll I just cannot comment unwanted controller out.

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

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

发布评论

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

评论(2

御弟哥哥 2024-11-11 01:37:46

我想您可以通过路线过滤它并将其定向到“抱歉”页面。

这可能对你有帮助。

http ://odetocode.com/blogs/scott/archive/2009/10/13/asp-net-mvc2-preview-2-areas-and-routes.aspx

I guess you could filter it through a route and direct it to a "Sorry" page.

This might help you.

http://odetocode.com/blogs/scott/archive/2009/10/13/asp-net-mvc2-preview-2-areas-and-routes.aspx

瀞厅☆埖开 2024-11-11 01:37:46

是的,有。最简单的一种是在控制器上使用 自定义 ActionFilter 来执行一些自定义操作动作而不是控制器动作

Yes there is. Simplest one is to use Custom ActionFilter on your controller that would do some custom action instead of controller actions

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