什么取代了 MvcContrib 中的 [已过时] MvcRoute?

发布于 2024-11-26 01:10:00 字数 132 浏览 1 评论 0原文

目前,我们的路由使用 MvcContrib.Routing.MvcRoute,但它在 3.0.51.0 版本中被标记为 Obsolete。 Fluent API 是否已被某些东西取代或只是被放弃了?

We're currently using MvcContrib.Routing.MvcRoute for our routes, but it's marked as Obsolete in version 3.0.51.0. Was the fluent API replaced by something or just abandoned?

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

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

发布评论

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

评论(1

掀纱窥君容 2024-12-03 01:10:00

根据变更日志

Deprecated MvcRoute and RegexRoute. Not maintained in nearly 2 years

只需使用Mvc中的标准Route类即可。或者,如果您依赖某些功能,您可以继续使用它,但请记住对它的支持已被删除。

这是 Jeremy 的回复

MvcRoute 唯一真正的问题是它不适用于区域,
这限制了它的用途。我不打算随时删除它
很快,但我认为 MVC 内置的 MapRoute 扩展方法是
未来可能是更好的选择。

According to the changelog:

Deprecated MvcRoute and RegexRoute. Not maintained in nearly 2 years

Simply use the standard Route class in Mvc. Or if there is some functionality that you depend upon you could continue using it but bare in mind that the support for it has been dropped.

And here's the response from Jeremy:

The only real issue with MvcRoute is that it doesn't work with areas,
which limits its usefulness. I'm not intending to remove it anytime
soon, but I think MVC's built in MapRoute extension methods are
probably a better choice going forward.

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