ValueProviderFactory 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 value-provider objects.
public abstract class ValueProviderFactory
type ValueProviderFactory = class
Public MustInherit Class ValueProviderFactory
- Inheritance
-
ValueProviderFactory
- Derived
Constructors
ValueProviderFactory() |
Initializes a new instance of the ValueProviderFactory class. |
Methods
GetValueProvider(ControllerContext) |
Returns a value-provider object for the specified controller context. |