IEnumerableValueProvider.GetKeysFromPrefix Method

Gets the keys from the prefix.

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

function GetKeysFromPrefix(
	prefix : String
) : IDictionary<String, String>

Parameters

prefix
Type: System.String

The prefix.

Show: