Juan Luis Guerrero Minero
Results
1
comments of
Juan Luis Guerrero Minero
I'm having the same issue, even when use [FromForm] ``` [HttpPost()] public ActionResult Create([FromForm, BindRequired] TestDto testDto) { return testDto; } ``` An alternative could be something like this, that...