This topic has not yet been rated - Rate this topic

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 FilterScope
Member nameDescription
GlobalSpecifies an action before Controller.

ControllerSpecifies an order before Action and after Global.

ActionSpecifies an order after Controller.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.