Controller.IActionFilter.OnActionExecuting(ActionExecutingContext) 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ę OnActionExecuting.
void IActionFilter.OnActionExecuting(System.Web.Mvc.ActionExecutingContext filterContext);
abstract member System.Web.Mvc.IActionFilter.OnActionExecuting : System.Web.Mvc.ActionExecutingContext -> unit
override this.System.Web.Mvc.IActionFilter.OnActionExecuting : System.Web.Mvc.ActionExecutingContext -> unit
Sub OnActionExecuting (filterContext As ActionExecutingContext) Implements IActionFilter.OnActionExecuting
Parametry
- filterContext
- ActionExecutingContext
Kontekst filtru.