JQueryQueryStringValueProvider 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 query string data.
public ref class JQueryQueryStringValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::JQueryValueProviderpublic class JQueryQueryStringValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.JQueryValueProvidertype JQueryQueryStringValueProvider = class
    inherit JQueryValueProviderPublic Class JQueryQueryStringValueProvider
Inherits JQueryValueProvider- Inheritance
Constructors
| JQueryQueryStringValueProvider(BindingSource, IDictionary<String,StringValues>, CultureInfo) | Initializes a new instance of the JQueryQueryStringValueProvider class. | 
Properties
| BindingSource | Gets the corresponding BindingSource.(Inherited from BindingSourceValueProvider) | 
| Culture | Gets the CultureInfo associated with the values.(Inherited from JQueryValueProvider) | 
| PrefixContainer | (Inherited from JQueryValueProvider) | 
Methods
| 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.(Inherited from JQueryValueProvider) | 
| GetValue(String) | Retrieves a value object using the specified key.(Inherited from JQueryValueProvider) |