Table of Contents

Enum FilterScope

Namespace
System.Web.Http.Filters
Assembly
System.Web.Http.dll

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

public enum FilterScope

Fields

Action = 20

Specifies an order after Controller.

Controller = 10

Specifies an order before Action and after Global.

Global = 0

Specifies an action before Controller.