Enum FilterScope
Defines values that specify the order in which filters run within the same filter type and filter order.
public enum FilterScope
Fields
Action = 20Specifies an order after Controller.
Controller = 10Specifies an order before Action and after Global.
Global = 0Specifies an action before Controller.