C# 클래스 OSharp.Web.Mvc.BaseController

상속: Controller
파일 보기 프로젝트 열기: i66soft/osharp

보호된 프로퍼티들

프로퍼티 타입 설명
Logger ILogger

보호된 메소드들

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

Called when an unhandled exception occurs in the action.

메소드 상세

BaseController() 보호된 메소드

protected BaseController ( ) : System
리턴 System

OnException() 보호된 메소드

Called when an unhandled exception occurs in the action.
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext Information about the current request and action.
리턴 void

프로퍼티 상세

Logger 보호되어 있는 프로퍼티

protected ILogger Logger
리턴 ILogger