(Choose 1 answer)
Can you have multiple [Route] attributes on a single action method in ASP.NET Core Web API?
A. No, it is not supported in Attribute Routing
B. Yes, it allows you to define multiple routes for the same action method
C. Yes, but only for different controller classes
D. Yes, but only for different HTTP methods
FUO