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 照合データ構造の構築に使用されるルート パターンの構造に基づいて計算された値です。

適用対象