Controller.IActionFilter.OnActionExecuted(ActionExecutedContext) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ta metoda wywołuje metodę OnActionExecuted.
void IActionFilter.OnActionExecuted (System.Web.Mvc.ActionExecutedContext filterContext);
abstract member System.Web.Mvc.IActionFilter.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
override this.System.Web.Mvc.IActionFilter.OnActionExecuted : System.Web.Mvc.ActionExecutedContext -> unit
Sub OnActionExecuted (filterContext As ActionExecutedContext) Implements IActionFilter.OnActionExecuted
Parametry
- filterContext
- ActionExecutedContext
Kontekst filtru.