ModelStateDictionary Methods

 

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

Methods

Name Description
System_CAPS_pubmethod Add(KeyValuePair<String, ModelState>)

Adds the specified item to the model-state dictionary.

System_CAPS_pubmethod Add(String, ModelState)

Adds an element that has the specified key and value to the model-state dictionary.

System_CAPS_pubmethod AddModelError(String, Exception)

Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key.

System_CAPS_pubmethod AddModelError(String, String)

Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key.

System_CAPS_pubmethod Clear()

Removes all items from the model-state dictionary.

System_CAPS_pubmethod Contains(KeyValuePair<String, ModelState>)

Determines whether the model-state dictionary contains a specific value.

System_CAPS_pubmethod ContainsKey(String)

Determines whether the model-state dictionary contains the specified key.

System_CAPS_pubmethod CopyTo(KeyValuePair<String, ModelState>[], Int32)

Copies the elements of the model-state dictionary to an array, starting at a specified index.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Returns an enumerator that can be used to iterate through the collection.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsValidField(String)

Determines whether there are any ModelError objects that are associated with or prefixed with the specified key.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Merge(ModelStateDictionary)

Copies the values from the specified ModelStateDictionary object into this dictionary, overwriting existing values if keys are the same.

System_CAPS_pubmethod Remove(KeyValuePair<String, ModelState>)

Removes the first occurrence of the specified object from the model-state dictionary.

System_CAPS_pubmethod Remove(String)

Removes the element that has the specified key from the model-state dictionary.

System_CAPS_pubmethod SetModelValue(String, ValueProviderResult)

Sets the value for the specified key by using the specified value provider dictionary.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TryGetValue(String, ModelState)

Attempts to gets the value that is associated with the specified key.

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Returns an enumerator that can be used to iterate through the collection.

See Also

ModelStateDictionary Class
System.Web.Mvc Namespace

Return to top