AS.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.netmvc_routing_debugger.zip