ModelBindingContext.ModelState Tulajdonság

Definíció

Lekéri vagy beállítja a modell állapotát.

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

Tulajdonság értéke

A modell állapota vagy új példánya ModelStateDictionary , ha a modell állapota még nem létezik.

A következőre érvényes: