IMvcFilter::Order Property
When implemented in a class, gets the filter order.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Filters are ordered first by type, then by order. Filters of the same time are sorted by the Order property. For more information, see .
Show: