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)
Syntax
'Declaration
Public Enumeration FilterScope
'Usage
Dim instance As FilterScope
public enum FilterScope
public enum class FilterScope
type FilterScope
public enum FilterScope
Members
| Member name | Description | |
|---|---|---|
| Global | Specifies an action before Controller. | |
| Controller | Specifies an order before Action and after Global. | |
| Action | Specifies an order after Controller. |