是否可以使用代码更改 asp.net mvc web.config 中的重写规则?

发布于 2024-09-25 09:48:25 字数 59 浏览 1 评论 0原文

我希望能够从 web.config 添加/更新/删除重写规则。

这可能吗?有什么问题吗?

I want to be able to add/update/delete rewrite rules from the web.config.

Is this possible and are there any gotchas?

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

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

发布评论

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

评论(1

别挽留 2024-10-02 09:48:25

您可以使用 Global.asax 进行路由。您还可以编写自定义类,以便可以在数据库或 xml 文件中定义规则。

You can use Global.asax to do routing. You can also write custom class so the rules can be defined in a database or xml file.

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