I am new to .NET Core. I want to get a list of all registered routes in ASP.NET Core. In ASP.NET MVC we had route table in System.Web.Routing, is there somethin
System.Web.Routing
Using Swashbuckle did the trick for me.
You just need to use AttributeRouting on controllers you want to list (and on their actions)