JQueryFormValueProviderFactory Class

Definition

Provides the necessary ValueProvider to handle JQuery Form data.

public sealed class JQueryFormValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type JQueryFormValueProviderFactory = class
    inherit ValueProviderFactory
Public NotInheritable Class JQueryFormValueProviderFactory
Inherits ValueProviderFactory
Inheritance
JQueryFormValueProviderFactory

Constructors

JQueryFormValueProviderFactory()

Constructs a new instance of the factory which provides JQuery form ValueProviders.

Methods

GetValueProvider(ControllerContext)

Returns the suitable ValueProvider.

Applies to