Condividi tramite


ModelStateDictionary.Item[String] Proprietà

Definizione

Ottiene o imposta il valore associato alla chiave specificata.

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

Parametri

key
String

Valore della proprietà

Elemento di stato del modello.

Implementazioni

Si applica a