Kizspy | Question: 13
(Choose 1 answer)
What is Content Negotiation in ASP.NET Core Web API?
A. The process where the client and server agree on which controller action to invoke.
B. The process where the server selects the best representation (e.g., JSON or XML) for a response based on the client's
Accept header.
C. The process of negotiating security credentials.
D. The process where the client specifies which data it wants to post using the Content-Type header.