ModelBinderDictionary.Keys Property

.NET Framework (current version)
 

Gets a collection that contains the keys in the dictionary.

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

abstract Keys : ICollection<Type> with get
override Keys : ICollection<Type> with get

Property Value

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

A collection that contains the keys in the dictionary.

.NET Framework
Available since 4.5
Return to top
Show: