IFormCollection.ContainsKey(String) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the IFormCollection contains an element with the specified key.
public:
bool ContainsKey(System::String ^ key);
C#
public bool ContainsKey (string key);
abstract member ContainsKey : string -> bool
Public Function ContainsKey (key As String) As Boolean
- key
- String
The key to locate in the IFormCollection.
true if the IFormCollection contains an element with the key; otherwise, false.
key is null.
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |