KestrunRequest.Cookies property
Gets the cookies for the request as an IRequestCookieCollection, if present.
public Dictionary<string, string> Cookies { get; set; }
See Also
- class KestrunRequest
- namespace Kestrun.Models
Gets the cookies for the request as an IRequestCookieCollection, if present.
public Dictionary<string, string> Cookies { get; set; }