Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for AspNetCore making Routing utilities public #28

Open
2 tasks
isc30 opened this issue Apr 26, 2020 · 0 comments
Open
2 tasks

PR for AspNetCore making Routing utilities public #28

isc30 opened this issue Apr 26, 2020 · 0 comments
Labels

Comments

@isc30
Copy link
Owner

isc30 commented Apr 26, 2020

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 isc30 added the feature New feature or request label Apr 26, 2020
@isc30 isc30 added task and removed feature New feature or request labels May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant