开发者

Is it possible to change the rewrite rules in asp.net mvc web.config using code?

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

Is th开发者_如何学Cis possible and are there any gotchas?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜