RouteDataValueProvider Class

Definition

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

public sealed class RouteDataValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
type RouteDataValueProvider = class
    inherit DictionaryValueProvider<obj>
Public NotInheritable Class RouteDataValueProvider
Inherits DictionaryValueProvider(Of Object)
Inheritance
RouteDataValueProvider

Constructors

RouteDataValueProvider(ControllerContext)

Initializes a new instance of the RouteDataValueProvider class.

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from DictionaryValueProvider<TValue>)
GetKeysFromPrefix(String)

Gets the keys from the prefix.

(Inherited from DictionaryValueProvider<TValue>)
GetValue(String)

Returns a value object using the specified key and controller context.

(Inherited from DictionaryValueProvider<TValue>)

Applies to