C# 클래스 IPTVServices.Controllers.ExtendedControllers.IPTVController

상속: Controller
파일 보기 프로젝트 열기: rockpool/LAB_IPTV

보호된 메소드들

메소드 설명
Json ( object data, string contentType, System contentEncoding ) : System.Web.Mvc.JsonResult
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult

메소드 상세

Json() 보호된 메소드

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

Json() 보호된 메소드

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