Skip to content
Docs Try Aspire
Docs Try

CommandResultFormat

Enum net8.0
📦 Aspire.Hosting v13.3.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.