Thursday, July 18, 2019

Binding In Web API

Binding is a process to set values for the parameters when Web API calls a controller action method.


Media type formater: It is used to read or set the parameter in requested body is called 
media type formatter.

fromuri
FromBody

No comments:

Post a Comment

Web API Versioning.

 Implement the new feature without impacting the existing consumers we can solve this problem by API versioning. When the business has start...