ModelBinderDictionary::Remove Method

.NET Framework (current version)
 

Removes the element that has the specified key from the model binder dictionary.

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

NameDescription
System_CAPS_pubmethodRemove(KeyValuePair<Type^, IModelBinder^>)

Removes the first occurrence of the specified element from the model binder dictionary.

System_CAPS_pubmethodRemove(Type^)

Removes the element that has the specified key from the model binder dictionary.

Return to top
Show: