Share via


IActionFilter Interface

Definition

Defines the methods that are used in an action filter.

public interface IActionFilter
Derived

Methods

OnActionExecuted(ActionExecutedContext)

Called after the action method executes.

OnActionExecuting(ActionExecutingContext)

Called before an action method executes.

Applies to