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