Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetLastModified ( System.Web.Mvc.ActionExecutedContext filterContext ) : DateTime? | ||
GetLastModified ( System.Web.Mvc.ActionExecutingContext filterContext ) : DateTime? |
public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutedContext | The filter context. |
return | void |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | The filter context. |
return | void |