DictionaryValueProvider<TValue> Class
Represents the base class for value providers whose values come from a collection that implements the IDictionary<TKey, TValue> interface.
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
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The DictionaryValueProvider<TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DictionaryValueProvider<TValue> | Initializes a new instance of the DictionaryValueProvider<TValue> class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix | Determines whether the collection contains the specified prefix. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue | Returns a value object using the specified key and controller context. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:
