Kizspy | Question: 34
(Choose 1 answer)
How can you enable OData routing in ASP.NET Core Web API?
A. By adding the [ODataRoute] attribute to the controller or action method.
B. By configuring the routing in the Startup class.
C. By installing a third-party OData middleware.
D. By using the [ApiController] attribute on the controller.