IKeyRewriterValueProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |