RoutePattern.OutboundPrecedence 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 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.