Condividi tramite


ModelStateDictionary.Remove Method (KeyValuePair<String, ModelState>)

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

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

Syntax

'Declaration
Public Function Remove ( _
    item As KeyValuePair(Of String, ModelState) _
) As Boolean
public bool Remove(
    KeyValuePair<string, ModelState> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, ModelState^> item
) sealed

Parameters

Return Value

Type: System.Boolean
true if item was successfully removed the model-state dictionary; otherwise, false. This method also returns false if item is not found in the model-state dictionary.

Implements

ICollection<T>.Remove(T)

Exceptions

Exception Condition
NotSupportedException

The model-state dictionary is read-only.

See Also

Reference

ModelStateDictionary Class

Remove Overload

System.Web.Mvc Namespace