What is Content Negotiation in Web API?

v Content negotiation is a way for the client and server to agree on    the format (json/ xml) of the data being exchanged.

 

v Content negotiation can be implemented with the help of MediaTypeFormatter class.


 

Post a Comment

Previous Post Next Post