Table of Contents

Class JQueryFormValueProviderFactory

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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 ControllerContext

The context on which the ValueProvider should operate.

Returns

IValueProvider