IEnumerableValueProvider.GetKeysFromPrefix Method

Gets the keys from the prefix.

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

'Declaration
Function GetKeysFromPrefix ( _
	prefix As String _
) As IDictionary(Of String, String)
'Usage
Dim instance As IEnumerableValueProvider 
Dim prefix As String 
Dim returnValue As IDictionary(Of String, String)

returnValue = instance.GetKeysFromPrefix(prefix)

Parameters

prefix
Type: System.String

The prefix.

Return Value

Type: System.Collections.Generic.IDictionary(Of String, String)
The keys.
Show: