KestrunRequest.Cookies property

Gets the cookies for the request as an IRequestCookieCollection, if present.

public Dictionary<string, string> Cookies { get; set; }

See Also