ModelBinderDictionary.Contains Method (KeyValuePair<Type, IModelBinder>)
.NET Framework (current version)
Determines whether the model binder dictionary contains a specified value.
Assembly: System.Web (in System.Web.dll)
abstract Contains : item:KeyValuePair<Type, IModelBinder> -> bool override Contains : item:KeyValuePair<Type, IModelBinder> -> bool
Parameters
- item
-
Type:
System.Collections.Generic.KeyValuePair<Type, IModelBinder>
The item to search for.
Implements
ICollection<'T>.Contains('T)
.NET Framework
Available since 4.5
Available since 4.5
Show: