Class ValueProviderFactory
Represents a factory for creating value-provider objects.
public abstract class ValueProviderFactory
- Inheritance
-
ValueProviderFactory
- Derived
- Inherited Members
Constructors
ValueProviderFactory()
Initializes a new instance of the ValueProviderFactory class.
protected ValueProviderFactory()
Methods
GetValueProvider(ControllerContext)
Returns a value-provider object for the specified controller context.
public abstract IValueProvider GetValueProvider(ControllerContext controllerContext)
Parameters
controllerContext
ControllerContextAn object that encapsulates information about the current HTTP request.
Returns
- IValueProvider
A value-provider object.