OutputCacheAttribute.OnActionExecuted(ActionExecutedContext) メソッド

定義

このメソッドは の OnActionExecuted(ActionExecutedContext) 実装であり、ASP.NET MVC インフラストラクチャをサポートします。 コードから直接使用するためのものではありません。

public override void OnActionExecuted (System.Web.Mvc.ActionExecutedContext filterContext);
override this.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
Public Overrides Sub OnActionExecuted (filterContext As ActionExecutedContext)

パラメーター

filterContext
ActionExecutedContext

フィルター コンテキスト。

適用対象