IEnumerableValueProvider.GetKeysFromPrefix Method

Gets the keys from the prefix.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract GetKeysFromPrefix : 
        prefix:string -> IDictionary<string, string> 

Parameters

prefix
Type: System.String

The prefix.

Show: