Error!
Success!

Using JsonResult in ASP.NET MVC AJAX

0
kicks

Using JsonResult in ASP.NET MVC AJAX  (Unpublished)

In ASP.NET MVC you can write action methods that return a variety of types to be used in your views to obtain data for AJAX interactions. Most common types are string and ActionResult, but there is also an option called JsonResult which returns its values as JSON serialized data. The returned data can be used easily in client-side as appropriate.


Kicked By:
Drop Kicked By: