RouteDataValueProvider Class
Represents a value provider for route data that is contained in an object that implements the IDictionary<TKey, TValue> interface.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc::DictionaryValueProvider<TValue>
System.Web.Mvc::RouteDataValueProvider
| Name | Description | |
|---|---|---|
![]() | RouteDataValueProvider(ControllerContext^) | Initializes a new instance of the RouteDataValueProvider class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String^) | Determines whether the collection contains the specified prefix.(Inherited from DictionaryValueProvider<TValue>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetKeysFromPrefix(String^) | Gets the keys from the prefix.(Inherited from DictionaryValueProvider<TValue>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String^) | Returns a value object using the specified key and controller context.(Inherited from DictionaryValueProvider<TValue>.) |
![]() | 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.
