Model properties not filled on jquery Ajax post
I have a strange issue doing an ajax post. The data is sent to the request, but for some reason the data does not arrive in the controller function. This is my post function: $.ajax({ type: 'POST', url: url, contentType:…