.NET MVC2 Equivalent of 'rake routes'
Is there a .NET MVC2 Equivalent to Ruby on Rails' rake routes command? I'm having some weird routing issues and som开发者_如何学Cething like that would be infinitely helpful.
If you want to see what your routes are doing, you can use Phil Haack's Routing Debugger and Route Tester for unit testing your routes.
加载中,请稍侯......
精彩评论