C# Класс Sage.Controllers.CacheableAttribute

Наследование: System.Web.Mvc.ActionFilterAttribute
Показать файл Открыть проект

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

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

Called by the MVC framework after the action method is executed.

OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called by the MVC framework before the action method executes.

Приватные методы

Метод Описание
GetLastModified ( System.Web.Mvc.ActionExecutedContext filterContext ) : DateTime?
GetLastModified ( System.Web.Mvc.ActionExecutingContext filterContext ) : DateTime?

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

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

Called by the MVC framework after the action method is executed.
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext The filter context.
Результат void

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

Called by the MVC framework before the action method executes.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
Результат void