Skip to content
DocsTry Aspire
DocsTry

CapturedEnvironmentVariable

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