HttpCommandResultMode
Enum net8.0
Specifies how an HTTP command should surface the HTTP response body as command result data.
namespace Aspire.Hosting.ApplicationModel;
public enum HttpCommandResultModeEnum Members
Section titled Enum MembersNoneDo not capture the HTTP response body as command result data.
AutoInfer the command result format from the HTTP response content type.
JsonReturn the HTTP response body as JSON command result data.
TextReturn the HTTP response body as plain text command result data.