Can’t get Data in Controller from Ajax in dotnet MVC Core
I am trying to pass Data from a view to my Controller. I am getting the values in Ajax correctly but I am unable to pass them to the controller. I get the comment in controller as null always.