ModelBinderDictionary.Values Property

.NET Framework (current version)
 

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

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

public ICollection<IModelBinder> Values { get; }

Property Value

Type: System.Collections.Generic.ICollection<IModelBinder>

A collection that contains the values in the model binder dictionary.

.NET Framework
Available since 4.5
Return to top
Show: