DictionaryValueProvider<TValue> Class
Represents the base class for value providers whose values come from a collection that implements the IDictionary<TKey, TValue> interface.
Assembly: System.Web (in System.Web.dll)
System.Web.ModelBinding::DictionaryValueProvider<TValue>
System.Web.ModelBinding::RouteDataValueProvider
| Name | Description | |
|---|---|---|
![]() | DictionaryValueProvider<TValue>(IDictionary<String^, TValue>^, CultureInfo^) | Initializes a new instance of the DictionaryValueProvider<TValue> class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Returns a value that indicates whether the dictionary contains the specified prefix. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetValue(String^) | Retrieves a value object using the specified key. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

