Can I have both FromForm and FromBody attributes to action ?public IActionResult Index([FromBody][FromForm] Person model){.....}
確定! 回上一頁