ModelBinderDictionary.Item[Type] Property

Definition

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

C#
public System.Web.ModelBinding.IModelBinder this[Type key] { get; set; }

Parameters

key
Type

The item key.

Property Value

The element that has the specified key.

Implements

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1