application/json content type store location – Jquery ajax
the result of content type : "application/x-www-form-urlencoded" stored in Request.Form in Asp MVC. but for "application/json" i cant find the store location here is the code that i use: ajax part // reading form data var form = $("form")[0]; var…