MvcFilter.Order Property
Gets a value that indicates the order in which a filter is applied.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Int32A value that indicates the order in which a filter is applied.
Implements
Implements
IMvcFilter.OrderFilter order determines order only for filters of the same type. Some filters run in forward order and some in reverse order. For more information about ASP.NET MVC filters, see ..
Show: