JQueryQueryStringValueProvider Class

Definition

An IValueProvider for jQuery formatted query string data.

C#
public class JQueryQueryStringValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.JQueryValueProvider
Inheritance
JQueryQueryStringValueProvider

Constructors

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 bindingSource.

(Inherited from BindingSourceValueProvider)
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)

Applies to

Product Versions
ASP.NET Core 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0