OutputCacheAttribute.OnResultExecuting Method
Called before the action result executes.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- filterContext
- Type: System.Web.Mvc.ResultExecutingContext
The filter context, which encapsulates information for using AuthorizeAttribute.
Implements
IResultFilter.OnResultExecuting(ResultExecutingContext)| Exception | Condition |
|---|---|
| ArgumentNullException | The filterContext parameter is null. |
Show: