Table of Contents

Class RouteDataValueProvider

Namespace
System.Web.Http.ValueProviders.Providers
Assembly
System.Web.Http.dll

Represents a value provider for route data that is contained in an object that implements the IDictionary(Of TKey, TValue) interface.

public class RouteDataValueProvider : NameValuePairsValueProvider, IEnumerableValueProvider, IValueProvider
Inheritance
RouteDataValueProvider
Implements
Inherited Members

Constructors

RouteDataValueProvider(HttpActionContext, CultureInfo)

Initializes a new instance of the RouteDataValueProvider class.

public RouteDataValueProvider(HttpActionContext actionContext, CultureInfo culture)

Parameters

actionContext HttpActionContext

An object that contain information about the HTTP request.

culture CultureInfo

An object that contains information about the target culture.