Access form data in C# controller from AJAX post – Jquery ajax
I am sending form data to a c# controller using AJAX, however I don't know how to access the data inside the controller. I am trying to pass the form data into the controller as a Person object but I…