Problems POSTing a ViewModel using Ajax in a jquery datatable component
After serializing the content of a form, I need to do a POST and send the viewmodel using Ajax. When performing POST, the viewmodel is arriving with empty fields. I’ve tried using “JSON.stringfy” and converting the class, but it didn’t work either.
Does anyone know how to help me?