AttributeBasedRoutesList

This package adds the ability to look at all the asp.net mvc 5 attribute based routes applied throughout your application. After installing the package just run your asp.net mvc 5 application, and visit "attribute-based-routes". That is, if your application is running at port 1234, you would have to visit http://localhost:1234/attribute-based-routes. One thing to note is that the route information is displayed only if run in your local machine (Cassini or IIS).


Keywords
asp.net, mvc5, mvc, route, routing, attribute, routeattribute
Install
Install-Package AttributeBasedRoutesList -Version 1.0.0

Documentation

Attribute Based Routes List

This package adds the ability to look at all the asp.net mvc 5 attribute based routes applied throughout your application. After installing the package just run your asp.net mvc 5 application, and visit "attribute-based-routes".

That is, if your application is running at port 1234, you would have to visit http://localhost:1234/attribute-based-routes. Following is a screenshot that shows what to expect from this page!

alt tag