Interface IEnumerableValueProvider
- Namespace
- System.Web.Http.ValueProviders
- Assembly
- System.Web.Http.dll
Represents the base class for value providers whose values come from a collection that implements the IEnumerable interface.
public interface IEnumerableValueProvider : IValueProvider
- Inherited Members
Methods
GetKeysFromPrefix(string)
Retrieves the keys from the specified prefix
.
IDictionary<string, string> GetKeysFromPrefix(string prefix)
Parameters
prefix
stringThe prefix.
Returns
- IDictionary<string, string>
The keys from the specified
prefix
.