QueryStringValueProvider Class

Definition

An IValueProvider adapter for data stored in an IQueryCollection.

public ref class QueryStringValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSourceValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IEnumerableValueProvider, Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public class QueryStringValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IEnumerableValueProvider, Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type QueryStringValueProvider = class
    inherit BindingSourceValueProvider
    interface IEnumerableValueProvider
    interface IValueProvider
Public Class QueryStringValueProvider
Inherits BindingSourceValueProvider
Implements IEnumerableValueProvider, IValueProvider
Inheritance
QueryStringValueProvider
Implements

Constructors

QueryStringValueProvider(BindingSource, IQueryCollection, CultureInfo)

Creates a value provider for IQueryCollection.

Properties

BindingSource

Gets the corresponding BindingSource.

(Inherited from BindingSourceValueProvider)
Culture

The culture for the provider.

PrefixContainer

The PrefixContainer.

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

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