Skip to content
DocsTry Aspire
DocsTry

CommandResultFormat

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Specifies the format of a command result.
namespace Aspire.Hosting.ApplicationModel;
public enum CommandResultFormat
Text= 0
Plain text result.
Json= 1
JSON result.
Markdown= 2
Markdown result.