Share via


RoutePattern.InboundPrecedence Property

Definition

Gets the precedence value of the route pattern for URL matching.

public:
 property System::Decimal InboundPrecedence { System::Decimal get(); };
public decimal InboundPrecedence { get; }
member this.InboundPrecedence : decimal
Public ReadOnly Property InboundPrecedence As Decimal

Property Value

Remarks

Precedence is a computed value based on the structure of the route pattern used for building URL matching data structures.

Applies to