Compartir a través de


ModelStateDictionary.Item[String] Propiedad

Definición

Obtiene o establece el valor asociado a la clave especificada.

public System.Web.Mvc.ModelState this[string key] { get; set; }
member this.Item(string) : System.Web.Mvc.ModelState with get, set
Default Public Property Item(key As String) As ModelState

Parámetros

key
String

Valor de propiedad

Elemento de modelo-estado.

Implementaciones

Se aplica a