Table of Contents

Class RouteDataValueProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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 ControllerContext

An object that contain information about the HTTP request.