JQueryFormValueProvider Class

Definition

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::IValueProvider
public ref class JQueryFormValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::JQueryValueProvider
public class JQueryFormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
public class JQueryFormValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.JQueryValueProvider
type JQueryFormValueProvider = class
    inherit BindingSourceValueProvider
    interface IEnumerableValueProvider
    interface IValueProvider
type JQueryFormValueProvider = class
    inherit JQueryValueProvider
Public Class JQueryFormValueProvider
Inherits BindingSourceValueProvider
Implements IEnumerableValueProvider, IValueProvider
Public Class JQueryFormValueProvider
Inherits JQueryValueProvider
Inheritance
JQueryFormValueProvider
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 bindingSource.

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

Applies to