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> 键。

实现

适用于