.NET Azure Functions – Model binding
Is it possible to automatically bind a model in a parameter in Azure Functions? Similar to how it is done in WebApi controllers? Essentially, when a post body is received, it would be automatically deserialized. And when a query is…