ASP.NET Rounting Debugger

http://haacked.com/archive/2008/03/13/url-routing-debugger.aspx

 

protected void Application_Start(object sender, EventArgs e)
{
RegisterRoutes(RouteTable.Routes);
RouteDebug.RouteDebugger.RewriteRoutesForTesting(RouteTable.Routes);
}

 

 库文件:

 asp.net_mvc_routing_debugger.zip

 

posted @ 2010-12-20 13:07  庚武  Views(245)  Comments(0Edit  收藏  举报