What is MediaTypeFormatter class in Web API?

v MediaTypeFormatter is a class in ASP.NET Web API that handles the conversion of objects into serialized formats(JSON, XML, and other media ) that can be transmitted over the web.

Post a Comment

Previous Post Next Post