FilterScope Enumeration

 

Defines values that specify the order in which filters run within the same filter type and filter order.

Namespace:   System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

public enum class FilterScope

Member nameDescription
Action

Specifies an order after Controller.

Controller

Specifies an order before Action and after Global.

Global

Specifies an action before Controller.

Return to top
Show: