JQueryFormValueProviderFactory Class

 

Provides the necessary ValueProvider to handle JQuery Form data.

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

Inheritance Hierarchy

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

Syntax

public sealed class JQueryFormValueProviderFactory : ValueProviderFactory
public ref class JQueryFormValueProviderFactory sealed : ValueProviderFactory
[<Sealed>]
type JQueryFormValueProviderFactory = 
    class
        inherit ValueProviderFactory
    end
Public NotInheritable Class JQueryFormValueProviderFactory
    Inherits ValueProviderFactory

Constructors

Name Description
System_CAPS_pubmethod JQueryFormValueProviderFactory()

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetValueProvider(ControllerContext)

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

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