FilterAttribute.Order
FilterAttribute.Order
FilterAttribute.Order
Property
Definition
Gets or sets the order in which the action filters are executed.
public int Order { get; set; }
member this.Order : int with get, set
Public Property Order As Integer
Property Value
The order in which the action filters are executed.
Applies to