This is a new-ish routing feature in 2.2+ that doesn't have any docs. Some starter info here https://github.com/aspnet/AspNetCore/issues/10574#issuecomment-497195495 Basic outline suggestion: - [ ] What is IEndpointSelectorPolicy and what does it do (conceptual)? - [ ] Typical use cases - [ ] How to register an IEndpointSelectorPolicy - [ ] Example of how to implement a policy that's based on endpoint metadata (maybe versioning?)
This is a new-ish routing feature in 2.2+ that doesn't have any docs.
Some starter info here dotnet/aspnetcore#10574 (comment)
Basic outline suggestion: