JQueryFormValueProviderFactory.GetValueProvider Method (ControllerContext)

 

Returns the suitable ValueProvider.

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

public override IValueProvider GetValueProvider(
	ControllerContext controllerContext
)

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext

The context on which the ValueProvider should operate.

Return to top
Show: