JQueryFormValueProvider Class

Definition

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

public class JQueryFormValueProvider : System.Web.Mvc.NameValueCollectionValueProvider
type JQueryFormValueProvider = class
    inherit NameValueCollectionValueProvider
Public Class JQueryFormValueProvider
Inherits NameValueCollectionValueProvider
Inheritance
JQueryFormValueProvider

Constructors

JQueryFormValueProvider(ControllerContext)

Constructs a new instance of the JQuery form ValueProvider

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetKeysFromPrefix(String)

Gets the keys using the specified prefix.

(Inherited from NameValueCollectionValueProvider)
GetValue(String)

Returns a value object using the specified key.

(Inherited from NameValueCollectionValueProvider)
GetValue(String, Boolean)

Returns a value object using the specified key and validation directive.

(Inherited from NameValueCollectionValueProvider)

Applies to