摘要: 在Global.cs中的Application_Start()方法中添加RouteTable.Routes.RouteExistingFiles = true;代码即可 阅读全文
posted @ 2010-04-21 22:33 于兆凯 阅读(195) 评论(0) 推荐(0)
摘要: 在asp.net mvc 中式用routedebugger进行route测试 在Global.cs中的Application_Start()方法中添加RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);代码就可以 阅读全文
posted @ 2010-04-21 22:29 于兆凯 阅读(169) 评论(0) 推荐(0)
摘要: 使用RouteDebugger 进行Url Routng Debuger 进行route测试在Global.cs中添加RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);即可 阅读全文
posted @ 2010-04-21 22:24 于兆凯 阅读(318) 评论(0) 推荐(0)