News

Learn how to use [FromBody] and [FromUri] to set values for parameters of the Web API controller methods.
Web API doesn’t allow you to pass multiple complex objects in the method signature of a Web API controller method — you can post only a single value to a Web API action method.
Here's a trick to have Marten automatically deserialize JSON data only when you want it to.