Share via


JQueryFormValueProvider Constructor (ControllerContext)

 

Constructs a new instance of the JQuery form ValueProvider

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

Syntax

public JQueryFormValueProvider(
    ControllerContext controllerContext
)
public:
JQueryFormValueProvider(
    ControllerContext^ controllerContext
)
new : 
        controllerContext:ControllerContext -> JQueryFormValueProvider
Public Sub New (
    controllerContext As ControllerContext
)

Parameters

See Also

JQueryFormValueProvider Class
System.Web.Mvc Namespace

Return to top