IRouteTemplateProvider.Order Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)