摘要: MVC框架中,需要通过配置文件web.config注册HTTP模块,在HttpModules节中注册HttpRoutingModule类,用来解析URL的路由。 UrlRoutingModule模块注册的实现代码: <httpModules> <add name="UrlRoutingModule" 阅读全文
posted @ 2022-03-20 10:26 xmllxm 阅读(61) 评论(0) 推荐(0)