OutputCacheAttribute.OnResultExecuted Method

This method is an implementation of IResultFilter.OnResultExecuted 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 OnResultExecuted : 
        filterContext:ResultExecutedContext -> unit  
override OnResultExecuted : 
        filterContext:ResultExecutedContext -> unit

Parameters

filterContext
Type: System.Web.Mvc.ResultExecutedContext
The filter context.

Implements

IResultFilter.OnResultExecuted(ResultExecutedContext)
Show: