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)


public ref class JQueryFormValueProvider : NameValueCollectionValueProvider

NameDescription
System_CAPS_pubmethodJQueryFormValueProvider(ControllerContext^)

Constructs a new instance of the JQuery form ValueProvider

NameDescription
System_CAPS_pubmethodContainsPrefix(String^)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetKeysFromPrefix(String^)

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue(String^)

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

System_CAPS_pubmethodGetValue(String^, Boolean)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: