Sdílet prostřednictvím


FormCollection.ContainsKey(String) Metoda

Definice

Určuje, zda obsahuje HeaderDictionary konkrétní klíč.

public:
 virtual bool ContainsKey(System::String ^ key);
public bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean

Parametry

key
String

Klíč

Návraty

true, pokud HeaderDictionary obsahuje konkrétní klíč; jinak false.

Implementuje

Platí pro