CoreWebView2Cookie.Domain Property

Definition

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.

Applies to