Share via


ModelState.Errors Property

 

Returns a ModelErrorCollection object that contains any errors that occurred during model binding.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public ModelErrorCollection Errors { get; }
public:
property ModelErrorCollection^ Errors {
    ModelErrorCollection^ get();
}
member Errors : ModelErrorCollection with get
Public ReadOnly Property Errors As ModelErrorCollection

Property Value

Type: System.Web.Mvc.ModelErrorCollection

The errors.

See Also

ModelState Class
System.Web.Mvc Namespace

Return to top