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.Mvc (in System.Web.Mvc.dll)
System::Object
System.Web.Mvc::DictionaryValueProvider<TValue>
System.Web.Mvc::ChildActionValueProvider
System.Web.Mvc::HttpFileCollectionValueProvider
System.Web.Mvc::RouteDataValueProvider
System.Web.Mvc::DictionaryValueProvider<TValue>
System.Web.Mvc::ChildActionValueProvider
System.Web.Mvc::HttpFileCollectionValueProvider
System.Web.Mvc::RouteDataValueProvider
| Name | Description | |
|---|---|---|
![]() | DictionaryValueProvider<TValue>(IDictionary<String^, TValue>^, CultureInfo^) | Initializes a new instance of the DictionaryValueProvider<TValue> class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Determines whether the collection contains the specified prefix. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetKeysFromPrefix(String^) | Gets the keys from the prefix. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String^) | Returns a value object using the specified key and controller context. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

