UriTemplate.Defaults 屬性

定義

取得任何預設參數值之名稱/值組的集合。

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

屬性值

泛型字典。

適用於