ModelBinderDictionary.Remove Method
Include Protected Members
Include Inherited Members
Removes the element that has the specified key from the model binder dictionary.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Remove(KeyValuePair<Type, IModelBinder>) | Removes the first occurrence of the specified element from the model binder dictionary. | |
Remove(Type) | Removes the element that has the specified key from the model binder dictionary. |
Top