Kizspy | Question: 39
(Choose 1 answer)
Which of the following is true about the [HttpGet] attribute in ASP.NET Core Web API?
A. It specifies that the route should only handle GET requests
B. It is used to map the route to a specific HTTP method
C. It is not supported in Attribute Routing
D. It is used to define the route template for the action method