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)

属性值

一个泛型字典。

适用于