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

適用対象