Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to implement a custom ActionSelector, like below:
And add it in Startup.cs
services.AddSingleton<IActionSelector, CustomActionSelector>();
But it seems not work. I'd like to know if ASP.NET Core supports a custom ActionSelector.
Beta Was this translation helpful? Give feedback.
All reactions