2

The AttributeRouting package contains a handler called LogRoutesHandler that "emits the routes in the RouteTable to a browser".

Is there something similar in the new MVC5 attribute routing functionality?

Teppic
  • 2,506
  • 20
  • 26

1 Answers1

0

I also miss the routes.axd feature of AttributeRouting in ASP MVC 5. I am using currently using Glimpse to debug routes. It's not quite the same, far from friendly compared to routes.axd, but it helps.

Hernan
  • 493
  • 4
  • 23