How to make an Jquery Ajax call with Json data as parameter?
I'm making an ajax call to Action in ASP.NET MVC framework. In Action string jsonModel is always getting as null. What I missing here? Can you please help? FYI -- I'm trying to keep the signature of the Action same…