AspNetCoreRouteDebugger icon indicating copy to clipboard operation
AspNetCoreRouteDebugger copied to clipboard

An ASP.NET Core Route Debugger implemented as a Razor Page

Results 3 AspNetCoreRouteDebugger issues
Sort by recently updated
recently updated
newest added

It fails for razor pages. Please check my fork that supports both razor pages and views. [Routes.cshtml](https://github.com/expressiveco/AspNetCoreRouteDebugger/blob/master/RouteDebuggerPage/Routes.cshtml) [Routes.cshtml.cs](https://github.com/expressiveco/AspNetCoreRouteDebugger/blob/master/RouteDebuggerPage/Routes.cshtml.cs)

I tried to drop in these files to my 'Pages' folder. However, when I attempted to start my application it's giving me the following errors. I'm using a standard .NET...