IRouteTemplateProvider.Order Property

Definition

Gets the route order. The order determines the order of route execution. Routes with a lower order value are tried first. When a route doesn't specify a value, it gets a default value of 0. A null value for the Order property means that the user didn't specify an explicit order for the route.

public:
 property Nullable<int> Order { Nullable<int> get(); };
public int? Order { get; }
member this.Order : Nullable<int>
Public ReadOnly Property Order As Nullable(Of Integer)

Property Value

Applies to