C# 클래스 StarterTemplate.Controllers.ApplicationControllerBase

상속: Controller
파일 보기 프로젝트 열기: mccalltd/MvcStarterTemplate

보호된 메소드들

메소드 설명
HandleException ( Exception ex ) : bool
JsonFailure ( ) : System.Web.Mvc.JsonResult
JsonHtml ( string viewName = null, object model = null ) : System.Web.Mvc.JsonResult
JsonRedirect ( string redirectUrl ) : System.Web.Mvc.JsonResult
JsonSuccess ( object model = null ) : System.Web.Mvc.JsonResult
RenderPartialViewToString ( string viewName = null, object model = null ) : string
Try ( System.Action action ) : bool

메소드 상세

HandleException() 보호된 메소드

protected HandleException ( Exception ex ) : bool
ex System.Exception
리턴 bool

JsonFailure() 보호된 메소드

protected JsonFailure ( ) : System.Web.Mvc.JsonResult
리턴 System.Web.Mvc.JsonResult

JsonHtml() 보호된 메소드

protected JsonHtml ( string viewName = null, object model = null ) : System.Web.Mvc.JsonResult
viewName string
model object
리턴 System.Web.Mvc.JsonResult

JsonRedirect() 보호된 메소드

protected JsonRedirect ( string redirectUrl ) : System.Web.Mvc.JsonResult
redirectUrl string
리턴 System.Web.Mvc.JsonResult

JsonSuccess() 보호된 메소드

protected JsonSuccess ( object model = null ) : System.Web.Mvc.JsonResult
model object
리턴 System.Web.Mvc.JsonResult

RenderPartialViewToString() 보호된 메소드

protected RenderPartialViewToString ( string viewName = null, object model = null ) : string
viewName string
model object
리턴 string

Try() 보호된 메소드

protected Try ( System.Action action ) : bool
action System.Action
리턴 bool