Pages

Thursday, October 24, 2013

Debugging Routes in MVC

There is a built-in way to see routes in ASP.Net MVC. Simply open 

/routes.axd
in the current application and all the available routes will be displayed. No need for 3rd party libraries. This makes route debugging way easier.

No comments: