TempDataDictionary.Keys プロパティ

定義

オブジェクト内の ICollection<T> 要素のキーを含む オブジェクトを IDictionary<TKey,TValue> 取得します。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

オブジェクト内の要素の IDictionary<TKey,TValue> キー。

実装

適用対象