C# Class IPTVServices.Controllers.ExtendedControllers.IPTVController

Inheritance: Controller
Afficher le fichier Open project: rockpool/LAB_IPTV

Méthodes protégées

Méthode 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 méthode

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

Json() protected méthode

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