ModelBinderDictionary::Item Property (Type^)

 

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)

public:
property IModelBinder^ default[
	Type^ key
] {
	virtual IModelBinder^ get(Type^ key) sealed;
	virtual void set(Type^ key, IModelBinder^ value) sealed;
}

Property Value

Type: System.Web.Mvc::IModelBinder^

The key for the specified item.

Return to top
Show: