RouteDataValueProviderFactory 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 factory for creating route-data value provider objects.
public sealed class RouteDataValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type RouteDataValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class RouteDataValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Constructors
RouteDataValueProviderFactory() |
Initialized a new instance of the RouteDataValueProviderFactory class. |
Methods
GetValueProvider(ControllerContext) |
Returns a value-provider object for the specified controller context. |