C# Класс RadaCode.InDoc.Core.Controllers.ControllerBase

Наследование: Controller
Показать файл Открыть проект

Защищенные методы

Метод Описание
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