Back to Practical Aspnetcore

Handle MVC route dynamically

projects/endpoint-routing/new-routing-25/README.md

latest281 B
Original Source

Handle MVC route dynamically

This example shows how to handle MVC routing dynamically using MapDynamicControllerRoute and DynamicRouteValueTransformer.

This will allows you to process a given url pattern and then set values to the RouteValueDictionary as you see fit.