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