ValueProviderFactory Class

Definition

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.

Applies to