ModelStateDictionary.Keys Property

Definition

Gets a list that contains the keys in the model-state dictionary.

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

Property Value

The list of keys in the dictionary.

Implements

Applies to