The Wayback Machine - https://web.archive.org/web/20220216160635/https://github.com/dotnet/aspnetcore/issues/40265
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

Dynamic routing #40265

Open
1 task done
gyankov opened this issue Feb 16, 2022 · 0 comments
Open
1 task done

Dynamic routing #40265

gyankov opened this issue Feb 16, 2022 · 0 comments

Comments

@gyankov
Copy link

@gyankov gyankov commented Feb 16, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

I know that you can use the DynamicRouteValueTransformer to achieve dynamic routing, however, in my case I need a way to support duplicate controller names, thus, find out which controller to use depending on its namespace similar to the IHttpControllerSelector in Web API.

Is there a way to achieve it now?

Describe the solution you'd like

I would like to have the option to specify the assembly of the controller, not just its name.

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant