KestrunResponse.Cookies property
Gets or sets the list of Set-Cookie header values for the response.
public List<string>? Cookies { get; set; }
See Also
- class KestrunResponse
- namespace Kestrun.Models
Gets or sets the list of Set-Cookie header values for the response.
public List<string>? Cookies { get; set; }