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