Compartir a través de


TempDataDictionary.Keys Propiedad

Definición

Obtiene un ICollection<T> objeto que contiene las claves de los elementos del IDictionary<TKey,TValue> objeto .

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

Valor de propiedad

Claves de los elementos del IDictionary<TKey,TValue> objeto .

Implementaciones

Se aplica a