共用方式為


ViewLocationExpanderContext.Values 屬性

定義

取得或設定 IDictionary<TKey,TValue> 填入值做為 的一 PopulateValues(ViewLocationExpanderContext) 部分。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Values { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.IDictionary<string,string> Values { get; set; }
public System.Collections.Generic.IDictionary<string,string?> Values { get; set; }
member this.Values : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Values As IDictionary(Of String, String)

屬性值

適用於