OutputCacheAttribute.OnActionExecuted(ActionExecutedContext) Method

Definition

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.

Applies to