JQueryValueProvider Class

Definition

An IValueProvider for jQuery formatted data.

C#
public abstract class JQueryValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IKeyRewriterValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
Inheritance
JQueryValueProvider
Derived
Implements

Constructors

Properties

BindingSource

Gets the corresponding BindingSource.

(Inherited from BindingSourceValueProvider)
Culture

Gets the CultureInfo associated with the values.

PrefixContainer System.Object.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 bindingSource.

(Inherited from BindingSourceValueProvider)
GetKeysFromPrefix(String)

Gets the keys for a specific prefix.

GetValue(String)

Retrieves a value object using the specified key.

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