ICookieItem
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.ProjectModel.ICookieItem
Represents the item of cookie.
This interface can be used in action OwnCode (C# or PHP) of ProjectMaker.
Properties
Host
Property
Gets the host of cookie item.
Path
Property
Gets the path of cookie item.
Name
Property
Gets the name of cookie item.
Value
Property
Gets the value of cookie item.
Expiry
Property
Gets the expiry date of cookie item.
IsDomain
Property
Gets the domain flag of cookie item.
IsSecure
Property
Gets the secure flag of cookie item.
IsHttpOnly
Property
Gets the httpOnly flag of cookie item.
IsSession
Property
Gets the session flag of cookie item.
NormalizedHost
Property
Gets the normalized host of cookie item. If host starts with ”.”, this ”.” will be deleted in the normalized host.
SameSite
Property
Gets the sameSite attribute of cookie item.
Priority
Property
Gets the priority attribute of cookie item.