OutputCacheAttribute.OnActionExecuted(ActionExecutedContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is an implementation of OnActionExecuted(ActionExecutedContext) and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.
public override void OnActionExecuted (System.Web.Mvc.ActionExecutedContext filterContext);
override this.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
Public Overrides Sub OnActionExecuted (filterContext As ActionExecutedContext)
Parameters
- filterContext
- ActionExecutedContext
The filter context.