Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
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...