In ASP.Net Core, I have this action method:
[HttpPost("things")] [DisableFormValueModelBinding] public async Task UploadAsync()