I wonder if there is a better way to do this using ASP.NET MVC2. The following SO posts are a bit outdated:
How to pass complex type using json for ASP.NET MVC controller
ASP.NET MVC How to pass a JSON object from a view to a controller as a parameter
as well as without using the phil haack futures library in the next post. http://haacked.com/archive/2010/04/15/sending-json-to-an-asp-net-mvc-action-method-argument.aspx
Basically, what I'm doing right now uses a JavaScriptSerializer and is deserialized into an action / actionfilter.
Phil Haack - MVC 2 - JsonValueProviderFactory JSON.
JsonValueProviderFactory
MVC 3, MVC 3 JsonValueProviderFactory
Source: https://habr.com/ru/post/1763503/More articles:Embed HTML in jQuery - jqueryHow to efficiently read a large XML file consisting of a large number of small elements in Java? - javahow can I develop a trap test and a performance test for merging files in different version control systems? - version-controlJava implementation of a rectangle intersection algorithm ..? - javaHow to draw on the web 2.0? - htmlCoreData: Can I merge .xcdatamodel "files" files? - iphonecannot convert int to int * - c ++Permission denied - opening Vimeo inside jquery Horizontal accordion - jqueryProblems with php: mysql_insert_id () - phpMonoprocessing .Net cross-platform custom drawing application - c #All Articles