ModelBinderDictionary.Item Property

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

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

JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

key
Type: System.Type

The item key.

Property Value

Type: System.Web.Mvc.IModelBinder
The key for the specified item.

Implements

IDictionary(TKey, TValue).Item(TKey)
Show: