Javascript – ASP.NET – How to accept a JSON object in a controller
I am trying to send an object in JSON to my controller, however, the objects properties appear to be null, and the payload is being sent, there just isn't any data-pairing going on across the request. I have not seen…