Skip to content
DocsTry Aspire
DocsTry

CapturedEnvironmentVariable

Classsealednet8.0
📦 Aspire.Hosting.Docker v13.4.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
{
// ...
}