C# 클래스 Cedar.Framework.Common.Client.MVCExtention.ExtendedController

상속: Controller
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
ExtendedController ( ) : System

ExtendedController ( string applicationName ) : System

GetExceptionPolicyName ( ) : string

GetHandleErrorActionName ( ) : string

보호된 메소드들

메소드 설명
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

메소드 상세

ExtendedController() 공개 메소드

public ExtendedController ( ) : System
리턴 System

ExtendedController() 공개 메소드

public ExtendedController ( string applicationName ) : System
applicationName string
리턴 System

GetExceptionPolicyName() 공개 메소드

public GetExceptionPolicyName ( ) : string
리턴 string

GetHandleErrorActionName() 공개 메소드

public GetHandleErrorActionName ( ) : string
리턴 string

OnException() 보호된 메소드

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
리턴 void