Share via


IEnumerableValueProvider.GetKeysFromPrefix Method

Gets the keys from the prefix.

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

Syntax

'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)
IDictionary<string, string> GetKeysFromPrefix(
    string prefix
)
IDictionary<String^, String^>^ GetKeysFromPrefix(
    String^ prefix
)
abstract GetKeysFromPrefix : 
        prefix:string -> IDictionary<string, string> 
function GetKeysFromPrefix(
    prefix : String
) : IDictionary<String, String>

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, String>
The keys.

See Also

Reference

IEnumerableValueProvider Interface

System.Web.Mvc Namespace