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.
Represents a special IValueProvider that has the ability to be enumerable.
public interface IEnumerableValueProvider : System.Web.Mvc.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 from the prefix. |
GetValue(String) |
Retrieves a value object using the specified key. (Inherited from IValueProvider) |