| Name | Description | |
|---|---|---|
![]() | Expiry | Gets the expiry date of cookie item. |
![]() | Host | Gets the host of cookie item. |
![]() | IsDomain | Gets the domain flag of cookie item. |
![]() | IsHttpOnly | Gets the httpOnly flag of cookie item. |
![]() | IsSecure | Gets the secure flag of cookie item. |
![]() | IsSession | Gets the session flag of cookie item. |
![]() | Name | Gets the name of cookie item. |
![]() | NormalizedHost | Gets the normalized host of cookie item. If host starts with ".", this "." will be deleted in the normalized host. |
![]() | Path | Gets the path of cookie item. |
![]() | Priority | Gets the priority attribute of cookie item. |
![]() | SameSite | Gets the sameSite attribute of cookie item. |
![]() | Value | Gets the value of cookie item. |
