KestrunResponse.WriteYamlResponseAsync method

Asynchronously writes a YAML response with the specified input object, status code, and content type.

public Task WriteYamlResponseAsync(object? inputObject, int statusCode = 200, 
    string? contentType = null)
parameter description
inputObject The object to be converted to YAML.
statusCode The HTTP status code for the response.
contentType The MIME type of the response content.

See Also