How to map JSON object to view model class in ASP.NET MVC using Ajax
I have problems mapping a JSON object to a class in ASP.NET MVC. I am sending an object using Ajax and controller receives null - please help me. Here is my view: @model List<Ahmed_Solution.Models.ViewModel> @{ Layout = null; } <!DOCTYPE…