IMvcFilter.Order Property
When implemented in a class, gets the filter order.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
int Order { get; }
property int Order {
int get();
}
abstract Order : int with get
ReadOnly Property Order As Integer
Property Value
Type: System.Int32
The filter order.
Remarks
Filters are ordered first by type, then by order. Filters of the same time are sorted by the Order property. For more information, see .Unable to find linked topic '64f865ae-5bf9-4b70-8c68-3ec88f60cd2e'.
See Also
IMvcFilter Interface
System.Web.Mvc Namespace
Return to top