ModelStateDictionary.Keys Property

.NET Framework (current version)
 

Gets a collection that contains the keys of the dictionary.

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

Public ReadOnly Property Keys As ICollection(Of String)

Property Value

Type: System.Collections.Generic.ICollection(Of String)

The keys of the dictionary.

.NET Framework
Available since 4.5
Return to top
Show: