Skip to content
Docs Try Aspire

AspireDict.get

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

Signature

method get
Gets the value associated with the specified key
get(key: K): Promise<V>
key K
Promise<V>

Defined on

This method is defined on the following type: