ModelMethodContext.ModelState Özellik

Tanım

Model durumunu alır.

public:
 property System::Web::ModelBinding::ModelStateDictionary ^ ModelState { System::Web::ModelBinding::ModelStateDictionary ^ get(); };
public System.Web.ModelBinding.ModelStateDictionary ModelState { get; }
member this.ModelState : System.Web.ModelBinding.ModelStateDictionary
Public ReadOnly Property ModelState As ModelStateDictionary

Özellik Değeri

ModelStateDictionary

Model durumu.

Açıklamalar

Model bağlamayı Web Forms kullanma hakkında öğretici serisi için bkz. Model Bağlama ve Web Forms.

Şunlara uygulanır