ModelBindingContext.ModelState 属性

定义

获取或设置模型状态。

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

属性值

模型状态,或模型状态尚不存在的新实例 ModelStateDictionary

适用于