C# Class RadaCode.InDoc.Core.Controllers.ControllerBase

Inheritance: Controller
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
AssertPermission ( ) : void

Method Details

OnActionExecuting() protected méthode

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.
Résultat void

OnException() protected méthode

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void

RenderRazorViewToString() protected méthode

protected RenderRazorViewToString ( string viewName, object model ) : string
viewName string
model object
Résultat string