Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0
satvu
released this
21 May 21:39
·
158 commits
to main
since this release
Microsoft.Azure.Functions.Worker.Extensions.Http 3.2.0
- Introduces the
[HttpResult]
attribute. When using custom return types for multiple output bindings with ASP.NET Core integration, you must add the[HttpResult]
attribute to the property that provides the result. Existing behavior for multiple output bindings scenarios usingHttpResponseData
is still preserved (and the attribute is not needed in that case).