ajax data not received by Net Core controller – Jquery ajax
I have a pretty basic ajax call with a json data object. The request gets to my controller but with out the data. Ajax $.ajax( { url: 'Playlist/AttachVideoToPlaylist', contentType: "application/json; charset=utf-8", dataType: "json", headers: { "RequestVerificationToken": tokenSet['requestToken'] }, type: "POST",…