IEnumerableValueProvider 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.
Interface representing an enumerable IValueProvider.
public interface class IEnumerableValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::IValueProvider
	public interface IEnumerableValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.IValueProvider
	type IEnumerableValueProvider = interface
    interface IValueProvider
	Public Interface IEnumerableValueProvider
Implements IValueProvider
	- Derived
 
- Implements
 
Methods
| ContainsPrefix(String) | 
		 Determines whether the collection contains the specified prefix. (Inherited from IValueProvider) | 
        	
| GetKeysFromPrefix(String) | 
		 Gets the keys for a specific prefix.  | 
        	
| GetValue(String) | 
		 Retrieves a value object using the specified key. (Inherited from IValueProvider) |