Compartilhar via


FormValueProvider.GetKeysFromPrefix(String) Método

Definição

Obtém as chaves de um prefixo específico.

public:
 virtual System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetKeysFromPrefix(System::String ^ 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)

Parâmetros

prefix
String

O prefixo a ser enumerado.

Retornos

As chaves do prefixo.

Implementações

Aplica-se a