0
kicks
Deserializing the request body into a parameter with ASP.NET MVC
Shows how to deserialize the body of an HTTP request into a method parameter by using a custom IModelBinder in ASP.NET MVC. Particularly useful for PUT/POST if you're implementing a RESTful API with it.