ModelBinderDictionary.Remove Method (KeyValuePair<Type, IModelBinder>)

.NET Framework (current version)
 

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

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

abstract Remove : 
        item:KeyValuePair<Type, IModelBinder> -> bool
override Remove : 
        item:KeyValuePair<Type, IModelBinder> -> bool

Parameters

item
Type: System.Collections.Generic.KeyValuePair<Type, IModelBinder>

The item to remove.

Return Value

Type: System.Boolean

true if item was successfully removed from the dictionary; false if item was not removed or was not found in the dictionary.

.NET Framework
Available since 4.5
Return to top
Show: