OutputCacheAttribute.OnActionExecuting Method

This method is an implementation of IActionFilter.OnActionExecuting 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)

'Declaration
Public Overrides Sub OnActionExecuting ( _
	filterContext As ActionExecutingContext _
)
'Usage
Dim instance As OutputCacheAttribute 
Dim filterContext As ActionExecutingContext

instance.OnActionExecuting(filterContext)

Parameters

filterContext
Type: System.Web.Mvc.ActionExecutingContext

The filter context.

Implements

IActionFilter.OnActionExecuting(ActionExecutingContext)
Show: