MvcFilter.Order Property

Definition

Gets a value that indicates the order in which a filter is applied.

public int Order { get; }
member this.Order : int
Public ReadOnly Property Order As Integer

Property Value

A value that indicates the order in which a filter is applied.ImplementsOrder.

Applies to