次の方法で共有


RoutePattern.Defaults プロパティ

定義

ルート パターンの既定値のセットを取得します。 の Defaults キーはルート パラメーター名です。

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Defaults { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> Defaults { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> Defaults { get; }
member this.Defaults : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Defaults As IReadOnlyDictionary(Of String, Object)

プロパティ値

適用対象