Table of Contents

Property Cookie

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

Gets the value of the HTTP Cookie header.

Contains stored HTTP cookies previously sent by the server, allowing the server to identify the client on subsequent requests.

public string? Cookie { get; }

Property Value

string

Tip: use Cookies property to getting cookies values from requests and SetCookie(string, string) on HttpResponse to set cookies.