RouteDataValueProvider Class
Represents a value provider for route data that is contained in an object that implements the IDictionary(TKey, TValue) interface.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The RouteDataValueProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | RouteDataValueProvider | Initializes a new instance of the RouteDataValueProvider class. |
Name | Description | |
---|---|---|
![]() | ContainsPrefix | Determines whether the collection contains the specified prefix. (Inherited from DictionaryValueProvider(TValue).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetKeysFromPrefix | Gets the keys from the prefix. (Inherited from DictionaryValueProvider(TValue).) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValue | Returns a value object using the specified key and controller context. (Inherited from DictionaryValueProvider(TValue).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show: