Skip to content
Docs Try Aspire
Docs Try

EnvironmentEditor

Handle
📦 Aspire.Hosting v13.3.0
interface EnvironmentEditor {
set(
name: string,
value: IExpressionValue): void;
}

Methods

method set
Sets an environment variable
set(
name: string,
value: IExpressionValue): void
name string
value IExpressionValue