Browse by Tags

Sorry, but there are no more tags available to filter with.
The MVC framework: returning JSON
Tue, Mar 3 2009 11:16
After a few days without talking about ASP.NET MVC , it’s time to resume my study of the platform. Today we’re going to look at a special ActionResult type: the JsonResult class. You can use this specific ActionResult type for returning JSON from a controller’s action method. This class offers three public properties: ContentEncoding: as you can suspect, you... Read More...
by luisabreu | 6 comment(s)
Filed under: , ,