Can’t get data in controller from Ajax in ASP.NET Core MVC
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.