Aracılığıyla paylaş


ModelBindingContext.ModelState Özellik

Tanım

Model durumunu alır veya ayarlar.

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

Özellik Değeri

ModelStateDictionary

Model durumu veya model durumu henüz yoksa yeni ModelStateDictionary bir örneği.

Şunlara uygulanır