JQueryFormValueProviderFactory Class

 

Provides the necessary ValueProvider to handle JQuery Form data.

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

System::Object
  System.Web.Mvc::ValueProviderFactory
    System.Web.Mvc::JQueryFormValueProviderFactory

public ref class JQueryFormValueProviderFactory sealed : ValueProviderFactory

NameDescription
System_CAPS_pubmethodJQueryFormValueProviderFactory()

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueProvider(ControllerContext^)

Returns the suitable ValueProvider.(Overrides ValueProviderFactory::GetValueProvider(ControllerContext^).)

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: