JQueryFormValueProvider 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.
An IValueProvider for jQuery formatted form data.
public ref class JQueryFormValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IEnumerableValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProviderpublic ref class JQueryFormValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::JQueryValueProviderpublic class JQueryFormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProviderpublic class JQueryFormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.JQueryValueProvidertype JQueryFormValueProvider = class
    inherit BindingSourceValueProvider
    interface IEnumerableValueProvider
    interface IValueProvidertype JQueryFormValueProvider = class
    inherit JQueryValueProviderPublic Class JQueryFormValueProvider
Inherits BindingSourceValueProvider
Implements IEnumerableValueProvider, IValueProviderPublic Class JQueryFormValueProvider
Inherits JQueryValueProvider- Inheritance
- Inheritance
- Implements
Constructors
| JQueryFormValueProvider(BindingSource, IDictionary<String,StringValues>, CultureInfo) | Initializes a new instance of the JQueryFormValueProvider class. | 
Properties
| BindingSource | Gets the corresponding BindingSource.(Inherited from BindingSourceValueProvider) | 
| Culture | Gets the CultureInfo associated with the values.(Inherited from JQueryValueProvider) | 
| PrefixContainer | |
| PrefixContainer | (Inherited from JQueryValueProvider) | 
Methods
| ContainsPrefix(String) | Determines whether the collection contains the specified prefix. | 
| ContainsPrefix(String) | Determines whether the collection contains the specified prefix.(Inherited from JQueryValueProvider) | 
| Filter() | Filters the value provider to remove keys rewritten compared to the request data.(Inherited from JQueryValueProvider) | 
| Filter(BindingSource) | Filters the value provider based on  | 
| GetKeysFromPrefix(String) | Gets the keys for a specific prefix. | 
| GetKeysFromPrefix(String) | Gets the keys for a specific prefix.(Inherited from JQueryValueProvider) | 
| GetValue(String) | Retrieves a value object using the specified key. | 
| GetValue(String) | Retrieves a value object using the specified key.(Inherited from JQueryValueProvider) |