Equivalent of Rake Routes in ASP.NET MVC
asp.net-mvc
Solution
Ive used route debugger in the past and it works pretty well.
Heres a great article on it and heres a link to the nuget
Hope this helps
Problem
In `RubyOnRails` I could say bundle exec rake routes and it was showing me all the generate routes, their verbs, the controller and action methods they hit, etc.. all in one nice report . Is there something similar for that in `ASP.NET MVC 5`?