❔ ASP.NET Core ignoring custom DynamicRouteValueTransformer
I have created a custom DynamicRouteValueTransformer to help me switch between 2 controllers and actions but the route values are not being used by ASP.NET Core. Here is how the tranform looks;
For now I am just providing the controller and action but it is returning 404 error in the browser although the controllers and actions exist.
1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.