ViewDataDictionary.Keys Property

Gets a collection that contains the keys of this dictionary.

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 ViewDataDictionary 
Dim value As ICollection(Of String)

value = instance.Keys

Property Value

Type: System.Collections.Generic.ICollection(Of String)
A collection that contains the keys of the object that implements IDictionary(Of TKey, TValue).

Implements

IDictionary(Of TKey, TValue).Keys
Show: