OutputCacheAttribute.OnActionExecuted Method
This method is an implementation of IActionFilter.OnActionExecuted and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract OnActionExecuted : filterContext:ActionExecutedContext -> unit override OnActionExecuted : filterContext:ActionExecutedContext -> unit
Parameters
- filterContext
- Type: System.Web.Mvc.ActionExecutedContext
The filter context.
Implements
IActionFilter.OnActionExecuted(ActionExecutedContext)
Show: