In ASP.NET Core FromHeader is causing the Request.Body to be fully read

前端 未结 0 1436
梦如初夏
梦如初夏 2020-12-21 16:17

In ASP.Net Core, I have this action method:

[HttpPost("things")]
[DisableFormValueModelBinding]
public async Task UploadAsync()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题