KestrunResponse.Body property

Gets or sets the body of the response, which can be a string, byte array, stream, or file info.

public object? Body { get; set; }

See Also