ModelStateDictionary.Clear Method ()

 

Removes all items from the model-state dictionary.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public void Clear()
public:
virtual void Clear() sealed
abstract Clear : unit -> unit
override Clear : unit -> unit
Public Sub Clear

Implements

ICollection<T>.Clear()

See Also

ModelStateDictionary Class
System.Web.Http.ModelBinding Namespace

Return to top