Sending JSON to an ASP.NET MVC Action Method Argument
Posted
on Dot net Slackers
See other posts from Dot net Slackers
Published on Thu, 15 Apr 2010 00:00:00 GMT
Indexed on
2010/04/16
18:53 UTC
Read the original article
Hit count: 287
Filed under:
Javier G Money Lozano, one of the good folks involved with C4MVC, recently wrote a blog post on posting JSON (JavaScript Object Notation) encoded data to an MVC controller action. In his post, he describes an interesting approach of using a custom model binder to bind sent JSON data to an argument of an action method. Unfortunately, his sample left out the custom model binder and only demonstrates how to retrieve JSON data sent from a controller action, not how to send the JSON to the action method....
Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.
© Dot net Slackers or respective owner