Skip to content
Docs Try Aspire

DockerfileStage Properties

Class Properties 2 members
Represents a stage within a multi-stage Dockerfile.
StageName Section titled StageName nullable string?
Gets the name of the stage.
public string? StageName { get; }
Gets the statements for this stage.
public IList<DockerfileStatement> Statements { get; }