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

.NET Framework (current version)
 

Determines whether the model binder dictionary contains a specified value.

Namespace:   System.Web.ModelBinding
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.

Return Value

Type: System.Boolean

true if item is found; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: