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

.NET Framework (current version)
 

Adds the specified item to the dictionary.

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

abstract Add : 
        item:KeyValuePair<Type, IModelBinder> -> unit
override Add : 
        item:KeyValuePair<Type, IModelBinder> -> unit

Parameters

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

The object to add to the dictionary.

.NET Framework
Available since 4.5
Return to top
Show: