0 out of 1 rated this helpful - Rate this topic

ViewDataDictionary.ModelState Property

Gets the state of the model.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public ModelStateDictionary ModelState { get; }

Property Value

Type: System.Web.Mvc.ModelStateDictionary
The state of the model.

A ModelStateDictionary object encapsulates information about model binding. This information includes the number of properties to bind, the model state, and property keys and values.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.