Class RouteDataValueProvider
Represents a value provider for route data that is contained in an object that implements the IDictionary<TKey, TValue> interface.
public sealed class RouteDataValueProvider : DictionaryValueProvider<object>, IEnumerableValueProvider, IValueProvider
- Inheritance
-
RouteDataValueProvider
- Implements
- Inherited Members
Constructors
RouteDataValueProvider(ControllerContext)
Initializes a new instance of the RouteDataValueProvider class.
public RouteDataValueProvider(ControllerContext controllerContext)
Parameters
controllerContext
ControllerContextAn object that contain information about the HTTP request.