(Choose 1 answer)
What is the purpose of the [Produces Response Type] attribute in ASP.NET Core Web API?
A. It specifies the HTTP status codes that the action method can return.
C B. It enables caching of the response data.
C. It defines the response type and format for the action method.
D. It allows anonymous access to the action method.
Q: 32