Compartir a través de


ModelStateDictionary.Values Propiedad

Definición

Obtiene una lista que contiene los valores del diccionario de modelo-estado.

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

Valor de propiedad

Lista de valores del diccionario.

Implementaciones

Se aplica a