TempDataDictionary.Keys Property

Gets an ICollection(Of T) object that contains the keys of elements in the IDictionary(Of TKey, TValue) object.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public ReadOnly Property Keys As ICollection(Of String)
	Get
'Usage
Dim instance As TempDataDictionary 
Dim value As ICollection(Of String)

value = instance.Keys

Property Value

Type: System.Collections.Generic.ICollection(Of String)
The keys of the elements in the IDictionary(Of TKey, TValue) object.

Implements

IDictionary(Of TKey, TValue).Keys
Show: