Skip to content
Docs Try Aspire

ReferenceExpression

Handle
📦 Aspire.Hosting v13.2.0
interface ReferenceExpression
extends IManifestExpressionProvider,
IValueProvider,
IValueWithReferences {
getValue(cancellationToken: cancellationToken): string;
}

Methods

method getValue
Gets the resolved string value of the reference expression asynchronously
getValue(cancellationToken: cancellationToken): string
cancellationToken cancellationToken
string