C# 클래스 Randao.Web.Controllers.CustomerController

상속: Controller
파일 보기 프로젝트 열기: fds/DKBD

보호된 메소드들

메소드 설명
Json ( object data, string contentType, Encoding contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
RedirectToErrorAction ( int code, string message = "" ) : System.Web.Mvc.ActionResult
VerifyToErrorAction ( Func acquire, int errorCode, string message = "" ) : void

메소드 상세

Json() 보호된 메소드

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

RedirectToErrorAction() 보호된 메소드

protected RedirectToErrorAction ( int code, string message = "" ) : System.Web.Mvc.ActionResult
code int
message string
리턴 System.Web.Mvc.ActionResult

VerifyToErrorAction() 보호된 메소드

protected VerifyToErrorAction ( Func acquire, int errorCode, string message = "" ) : void
acquire Func
errorCode int
message string
리턴 void