C# Class IPTVServices.Controllers.ExtendedControllers.IPTVController

Inheritance: Controller
Mostrar archivo Open project: rockpool/LAB_IPTV

Protected Methods

Method Description
Json ( object data, string contentType, System contentEncoding ) : System.Web.Mvc.JsonResult
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult

Method Details

Json() protected method

protected Json ( object data, string contentType, System contentEncoding ) : System.Web.Mvc.JsonResult
data object
contentType string
contentEncoding System
return System.Web.Mvc.JsonResult

Json() protected method

protected Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
data object
contentType string
contentEncoding System
behavior JsonRequestBehavior
return System.Web.Mvc.JsonResult