blazor-lazy-loading icon indicating copy to clipboard operation
blazor-lazy-loading copied to clipboard

PR for AspNetCore making Routing utilities public

Open isc30 opened this issue 5 years ago • 0 comments

Implementing a custom Router is a pain ATM, due to all the route matching utilities being internal and the handlers being constrained to Type.

  • [ ] The routing utilities (RouteContext, RouteEntry, RouteTable, ...) should be public.
  • [ ] RouteContext.Handler needs to be of type object to allow implementing custom handlers.

isc30 avatar Apr 26 '20 10:04 isc30