Json – Sending list of objects to ASP.NET Core Web API controller
It seems things have become more complex going from ASP.NET MVC to .NET Core because I can no longer easily send List of objects to controller using Ajax. Am I doing something wrong? In my controller, I have this method:…