ModelBinderDictionary.Values Property

Gets a collection that contains the values in the model binder dictionary.

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

abstract Values : ICollection<IModelBinder>
override Values : ICollection<IModelBinder>

Property Value

Type: System.Collections.Generic.ICollection(IModelBinder)
A collection that contains the values in the model binder dictionary.

Implements

IDictionary(TKey, TValue).Values
Show: