(Choose 1 answer)
What is the role of IContentNegotiator in ASP.NET Core Web API?
A. It handles serialization and deserialization of data.
B. It checks for authentication and authorization.
C. It handles routing and URL mapping.
D. It negotiates and selects the appropriate response format based on the client's preferences.
Q: 18