共用方式為


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 比對資料結構的路由模式結構來計算的值。

適用於