Compartir a través de


ModelStateDictionary.Values Propiedad

Definición

Obtiene una colección que contiene los valores del diccionario.

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)

Valor de propiedad

Colección que contiene los valores del diccionario de modelo-estado.

Implementaciones

Se aplica a