C# 클래스 RadaCode.InDoc.Core.Controllers.ControllerBase

상속: Controller
파일 보기 프로젝트 열기: maxpavlov/FlexNet

보호된 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called before the action method is invoked. This overides the default behaviour by populating RoadkillContext.Current.CurrentUser with the current logged in user after each action method.

OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
RenderRazorViewToString ( string viewName, object model ) : string

비공개 메소드들

메소드 설명
AssertPermission ( ) : void

메소드 상세

OnActionExecuting() 보호된 메소드

Called before the action method is invoked. This overides the default behaviour by populating RoadkillContext.Current.CurrentUser with the current logged in user after each action method.
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext Information about the current request and action.
리턴 void

OnException() 보호된 메소드

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

RenderRazorViewToString() 보호된 메소드

protected RenderRazorViewToString ( string viewName, object model ) : string
viewName string
model object
리턴 string