In asp.net core web API, attribute routes can configure an order, and these are processed in ascending order. What I can't figure out is a real-life use case where this feature would be handy. Any thought? (Ordering attribute routes)
In asp.net core web API, attribute routes can configure an order, and these are processed in ascending order. What I can't figure out is a real-life use case where this feature would be handy. Any thought? (Ordering attribute routes)