Jquery – ASP.NET Core 8.0 MVC Ajax, passing null into controller
I am trying to submit data into a controller method, in order to add the item to a repo. I am doing this from a HTML (razor) page using AJAX jQuery. The form serialises the data, and can read the…