Reactjs – Can someone explain to me how model binding in ASP.NET work?
Im trying to do a post request from Reactjs to ASP.NET API, using axios. At first, I got an 400 Bad request error. But after I changed the DTO in the backend, it worked, but the data receive is empty…