메소드 | 설명 | |
---|---|---|
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 |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | Information about the current request and action. |
리턴 | void |
protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ExceptionContext | |
리턴 | void |
protected RenderRazorViewToString ( string viewName, object model ) : string | ||
viewName | string | |
model | object | |
리턴 | string |