JQueryFormValueProvider Class

 

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

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  System.Web.Mvc.NameValueCollectionValueProvider
    System.Web.Mvc.JQueryFormValueProvider

Syntax

public class JQueryFormValueProvider : NameValueCollectionValueProvider
public ref class JQueryFormValueProvider : NameValueCollectionValueProvider
type JQueryFormValueProvider = 
    class
        inherit NameValueCollectionValueProvider
    end
Public Class JQueryFormValueProvider
    Inherits NameValueCollectionValueProvider

Constructors

Name Description
System_CAPS_pubmethod JQueryFormValueProvider(ControllerContext)

Constructs a new instance of the JQuery form ValueProvider

Methods

Name Description
System_CAPS_pubmethod ContainsPrefix(String)

Determines whether the collection contains the specified prefix.(Inherited from NameValueCollectionValueProvider.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetKeysFromPrefix(String)

Gets the keys using the specified prefix.(Inherited from NameValueCollectionValueProvider.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValue(String)

Returns a value object using the specified key.(Inherited from NameValueCollectionValueProvider.)

System_CAPS_pubmethod GetValue(String, Boolean)

Returns a value object using the specified key and validation directive.(Inherited from NameValueCollectionValueProvider.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Mvc Namespace

Return to top