I tried searching about how to post JSON data from ASP.NET MVC Controller, all in vain.
I have a post method in my Controller, which receives JSON data from the client, and does format validation, before it forwards it another location.
I am not able to figure out how to post data from this method to the other location.
Please Help. Thanks.