CoreWebView2Cookie.Expires Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The expiration date and time for the cookie since the UNIX epoch.
public DateTime Expires { get; set; }
public double Expires { get; set; }
member this.Expires : DateTime with get, set
member this.Expires : double with get, set
Public Property Expires As DateTime
Public Property Expires As Double
Property Value
Remarks
Setting the Expires property to MinValue makes this a session cookie, which is its default value.