C# 클래스 MvcApplication3.Controllers.BaseController

상속: Controller
파일 보기 프로젝트 열기: kahanu/MvcInstaller

보호된 메소드들

메소드 설명
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

This provides simple feedback to the modelstate in the case of errors.

메소드 상세

OnActionExecuted() 보호된 메소드

This provides simple feedback to the modelstate in the case of errors.
protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
리턴 void