ModelBindingContext.ModelState Vlastnost

Definice

Získá nebo nastaví stav modelu.

public:
 property System::Web::ModelBinding::ModelStateDictionary ^ ModelState { System::Web::ModelBinding::ModelStateDictionary ^ get(); void set(System::Web::ModelBinding::ModelStateDictionary ^ value); };
public System.Web.ModelBinding.ModelStateDictionary ModelState { get; set; }
member this.ModelState : System.Web.ModelBinding.ModelStateDictionary with get, set
Public Property ModelState As ModelStateDictionary

Hodnota vlastnosti

ModelStateDictionary

Stav modelu nebo nová instance, ModelStateDictionary Pokud stav modelu ještě neexistuje.

Platí pro