KestrunResponse.Cookies property

Gets or sets the list of Set-Cookie header values for the response.

public List<string>? Cookies { get; set; }

See Also