ModelStateDictionary.Clear Method

Visual Studio 2010

Removes all items from the model-state dictionary.

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

public void Clear()

Implements

ICollection<T>.Clear()

ExceptionCondition
NotSupportedException

The model-state dictionary is read-only.

Community Additions

ADD
Show: