Condividi tramite


ModelStateDictionary.Clear Method

Removes all items from the model-state dictionary.

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

Syntax

'Declaration
Public Sub Clear
public void Clear()
public:
virtual void Clear() sealed

Implements

ICollection<T>.Clear()

Exceptions

Exception Condition
NotSupportedException

The model-state dictionary is read-only.

See Also

Reference

ModelStateDictionary Class

System.Web.Mvc Namespace