ModelBinderDictionary.Item Property (Type)

.NET Framework (current version)
 

Gets or sets the specified key in an object that implements the IModelBinder interface.

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

Public Property Item (
	key As Type
) As IModelBinder

Parameters

key
Type: System.Type

The item key.

Property Value

Type: System.Web.ModelBinding.IModelBinder

The element that has the specified key.

.NET Framework
Available since 4.5
Return to top
Show: