Table of Contents

Class JQueryFormValueProvider

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

The JQuery Form Value provider is used to handle JQuery formatted data in request Forms.

public class JQueryFormValueProvider : NameValueCollectionValueProvider, IUnvalidatedValueProvider, IEnumerableValueProvider, IValueProvider
Inheritance
JQueryFormValueProvider
Implements
Inherited Members

Constructors

JQueryFormValueProvider(ControllerContext)

Constructs a new instance of the JQuery form ValueProvider

public JQueryFormValueProvider(ControllerContext controllerContext)

Parameters

controllerContext ControllerContext

The context on which the ValueProvider operates.