Controller.IActionFilter.OnActionExecuted(ActionExecutedContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Methode ruft die OnActionExecuted-Methode auf.
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
Parameter
- filterContext
- ActionExecutedContext
Der Filterkontext.