C# Class Rebel.Cms.Web.Mvc.ActionFilters.MenuItemsPermissionFilterAttribute

Filters out the tree nodes Menu Items based on permissions
Inheritance: System.Web.Mvc.ActionFilterAttribute
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Called by the ASP.NET MVC framework after the action method executes.

Method Details

OnActionExecuted() public method

Called by the ASP.NET MVC framework after the action method executes.
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext The filter context.
return void