Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the model state dictionary object that contains the state of the model and of model-binding validation.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public ModelStateDictionary ModelState { get; }
public:
property ModelStateDictionary^ ModelState {
ModelStateDictionary^ get();
}
member ModelState : ModelStateDictionary with get
Public ReadOnly Property ModelState As ModelStateDictionary
Property Value
Type: System.Web.Mvc.ModelStateDictionary
The model state dictionary.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top