共用方式為


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)

屬性值

適用於