ModelBinderDictionary.Item[Type] Property

Definition

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

public System.Web.Mvc.IModelBinder this[Type key] { get; set; }
member this.Item(Type) : System.Web.Mvc.IModelBinder with get, set
Default Public Property Item(key As Type) As IModelBinder

Parameters

key
Type

Property Value

The key for the specified item.

Implements

Applies to