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