Class JQueryFormValueProviderFactory
Provides the necessary ValueProvider to handle JQuery Form data.
public sealed class JQueryFormValueProviderFactory : ValueProviderFactory
- Inheritance
-
JQueryFormValueProviderFactory
- Inherited Members
Constructors
JQueryFormValueProviderFactory()
Constructs a new instance of the factory which provides JQuery form ValueProviders.
public JQueryFormValueProviderFactory()
Methods
GetValueProvider(ControllerContext)
Returns the suitable ValueProvider.
public override IValueProvider GetValueProvider(ControllerContext controllerContext)
Parameters
controllerContext
ControllerContextThe context on which the ValueProvider should operate.