public string Post([FromBody]string name, [FromBody]IFormFile imageFile) ... I had the similar issue and I solved the problem by using [FromForm] attribute ...
確定! 回上一頁