Share via


RoutePattern.OutboundPrecedence Property

Definition

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

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

Property Value

Remarks

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

Applies to