You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Don't do this. All of the following actions result in an exception.[HttpPost]public IActionResult Action1(Productproduct,Orderorder)=>null;[HttpPost]public IActionResult Action2(Productproduct,[FromBody]Orderorder)=>null;[HttpPost]public IActionResult Action3([FromBody]Productproduct,[FromBody]Orderorder)=>null;
https://docs.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-2.2#binding-source-parameter-inference
The text was updated successfully, but these errors were encountered: