ModelStateDictionary.Clear Method

Removes all items from the model-state dictionary.

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

'Declaration
Public Sub Clear
'Usage
Dim instance As ModelStateDictionary

instance.Clear()

Implements

ICollection(Of T).Clear

ExceptionCondition
NotSupportedException

The model-state dictionary is read-only.

Show: