ValueProviderCollection.GetKeysFromPrefix(String) Method

Definition

Gets the keys using the specified prefix.

public virtual System.Collections.Generic.IDictionary<string,string> GetKeysFromPrefix (string prefix);
abstract member GetKeysFromPrefix : string -> System.Collections.Generic.IDictionary<string, string>
override this.GetKeysFromPrefix : string -> System.Collections.Generic.IDictionary<string, string>
Public Overridable Function GetKeysFromPrefix (prefix As String) As IDictionary(Of String, String)

Parameters

prefix
String

The prefix.

Returns

They keys.

Implements

Applies to