RouteDataValueProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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>) |