blazor-lazy-loading
blazor-lazy-loading copied to clipboard
PR for AspNetCore making Routing utilities public
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 bepublic. - [ ]
RouteContext.Handlerneeds to be of typeobjectto allow implementing custom handlers.