Skip to content

PR for AspNetCore making Routing utilities public #28

Open
@isc30

Description

@isc30

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions