ModelState Class¶
Properties¶
-
Errors
()¶ Return type: Microsoft.AspNet.Mvc.ModelBinding.ModelErrorCollection public ModelErrorCollection Errors { get; }
-
ValidationState
()¶ Return type: Microsoft.AspNet.Mvc.ModelBinding.ModelValidationState public ModelValidationState ValidationState { get; set; }
-
Value
()¶ Return type: Microsoft.AspNet.Mvc.ModelBinding.ValueProviderResult public ValueProviderResult Value { get; set; }
-