Skip to content
Docs Try Aspire
Docs Try

CapturedEnvironmentVariable

Class sealed net8.0
📦 Aspire.Hosting.Docker v13.3.0
Represents a captured environment variable that will be written to the .env file adjacent to the Docker Compose file.
namespace Aspire.Hosting.Docker;
public sealed class CapturedEnvironmentVariable
{
// ...
}