ModelStateDictionary.Values Property

Definition

Gets a collection that contains the values in the dictionary.

public System.Collections.Generic.ICollection<System.Web.Mvc.ModelState> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ModelState>
Public ReadOnly Property Values As ICollection(Of ModelState)

Property Value

A collection that contains the values of the model-state dictionary.

Implements

Applies to