C# Класс Rebel.Cms.Web.Mvc.ActionFilters.MenuItemsPermissionFilterAttribute

Filters out the tree nodes Menu Items based on permissions
Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

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

Описание методов

OnActionExecuted() публичный Метод

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.
Результат void