Post arbitrary JSON data to a MVC controller action method
If you want to sent arbitrary JSON data to a MVC controller action method, you can use the following code: [HttpPost] public ActionResult HandleRequest() { // Read the RAW JSON from the request, // because