ModelStateDictionary Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyCount

Gets the number of key/value pairs in the collection.

System_CAPS_pubpropertyIsReadOnly

Gets a value that indicates whether the dictionary is read-only.

System_CAPS_pubpropertyIsValid

Gets a value that indicates whether there are any errors in any of the model state objects in the dictionary.

System_CAPS_pubpropertyItem(String)

Gets or sets the value that is associated with the specified key.

System_CAPS_pubpropertyKeys

Gets a collection that contains the keys of the dictionary.

System_CAPS_pubpropertyValues

Gets a collection that contains the values of the dictionary.

Return to top
Show: