Share via


IActionFilter.OnActionExecuting Method (ActionExecutingContext)

 

Called before an action method executes.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

void OnActionExecuting(
    ActionExecutingContext filterContext
)
void OnActionExecuting(
    ActionExecutingContext^ filterContext
)
abstract OnActionExecuting : 
        filterContext:ActionExecutingContext -> unit
Sub OnActionExecuting (
    filterContext As ActionExecutingContext
)

Parameters

See Also

IActionFilter Interface
System.Web.Mvc Namespace

Return to top