FilterScope Enumeration
Defines values that specify the order in which filters run within the same filter type and filter order.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Member name | Description | |
|---|---|---|
| Action | Specifies an order after Controller. | |
| Controller | Specifies an order before Action and after Global. | |
| Global | Specifies an action before Controller. |
Show: