Ajax call in Razor View sends null data in controller method? – Jquery ajax
I'm trying to make a simple post call in a controller method using an ajax call from a razor view.The ajax call does call the controller method but it does not send the object from that I'm trying to send.I…