ModelState.Errors Property

Visual Studio 2010

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)

'Declaration
Public ReadOnly Property Errors As ModelErrorCollection
	Get

Property Value

Type: System.Web.Mvc.ModelErrorCollection
The errors.

Community Additions

ADD
Show: