ModelBinderDictionary.Add Method (Type, IModelBinder)

.NET Framework (current version)
 

Adds the specified item to the dictionary.

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

Public Sub Add (
	key As Type,
	value As IModelBinder
)

Parameters

key
Type: System.Type

The key of the item to add.

value
Type: System.Web.ModelBinding.IModelBinder

The value of the item to add.

.NET Framework
Available since 4.5
Return to top
Show: