Skip to content
Docs Try Aspire

AspireDict.containsKey

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface AspireDict {
// ... omitted for brevity
containsKey(key: K): Promise<boolean>;
}

Signature

method containsKey
Determines whether the dictionary contains the specified key
containsKey(key: K): Promise<boolean>
key K
Promise<boolean>

Defined on

This method is defined on the following type: