IActionFilter Interface

Definition

Defines the methods that are used in an action filter.

public interface IActionFilter
type IActionFilter = interface
Public Interface IActionFilter
Derived

Methods

OnActionExecuted(ActionExecutedContext)

Called after the action method executes.

OnActionExecuting(ActionExecutingContext)

Called before an action method executes.

Applies to