CoreWebView2Cookie.Domain 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.
Gets the domain for which the cookie is valid.
public string Domain { get; }
member this.Domain : string
Public ReadOnly Property Domain As String
Property Value
Remarks
The default value is the host that this cookie has been received from. Note that, for instance, .bing.com
, bing.com
, and www.bing.com
are considered different domains.