Sdílet prostřednictvím


QueryStringValueProvider.GetKeysFromPrefix(String) Metoda

Definice

Získá klíče pro konkrétní předponu.

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)

Parametry

prefix
String

Předpona k výčtu.

Návraty

Klíče pro předponu.

Implementuje

Platí pro