RoutePattern.OutboundPrecedence 属性

定义

获取 URL 生成的路由模式的优先级值。

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

属性值

注解

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

适用于