CoreWebView2Cookie.Path Property

Definition

Gets the path for which the cookie is valid.

public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

Property Value

Remarks

The default value is "/", which means this cookie will be sent to all pages on the Domain.

Applies to