RoutePattern.InboundPrecedence 属性

定义

获取 URL 匹配的路由模式的优先级值。

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

属性值

注解

优先级是基于用于生成 URL 匹配数据结构的路由模式结构计算的值。

适用于