JQueryFormValueProviderFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the necessary ValueProvider to handle JQuery Form data.
public sealed class JQueryFormValueProviderFactory : System.Web.Mvc.ValueProviderFactory
type JQueryFormValueProviderFactory = class
inherit ValueProviderFactory
Public NotInheritable Class JQueryFormValueProviderFactory
Inherits ValueProviderFactory
- Inheritance
Constructors
JQueryFormValueProviderFactory() |
Constructs a new instance of the factory which provides JQuery form ValueProviders. |
Methods
GetValueProvider(ControllerContext) |
Returns the suitable ValueProvider. |