Table of Contents

Interface IEnumerableValueProvider

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents a special IValueProvider that has the ability to be enumerable.

public interface IEnumerableValueProvider : IValueProvider
Inherited Members

Methods

GetKeysFromPrefix(string)

Gets the keys from the prefix.

IDictionary<string, string> GetKeysFromPrefix(string prefix)

Parameters

prefix string

The prefix.

Returns

IDictionary<string, string>

The keys.