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)

public:
JQueryFormValueProvider(
	ControllerContext^ controllerContext
)

Parameters

controllerContext
Type: System.Web.Mvc::ControllerContext^

The context on which the ValueProvider operates.

Return to top
Show: