IKeyRewriterValueProvider Interface

Definition

A value provider which can filter its contents to remove keys rewritten compared to the request data.

public interface class IKeyRewriterValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
public interface IKeyRewriterValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
type IKeyRewriterValueProvider = interface
    interface IValueProvider
Public Interface IKeyRewriterValueProvider
Implements IValueProvider
Derived
Implements

Methods

ContainsPrefix(String)

Determines whether the collection contains the specified prefix.

(Inherited from IValueProvider)
Filter()

Filters the value provider to remove keys rewritten compared to the request data.

GetValue(String)

Retrieves a value object using the specified key.

(Inherited from IValueProvider)

Applies to