CoreWebView2Profile.CookieManager Property

Definition

Get the CoreWebView2CookieManager which Creates, adds or updates, gets, or or view the cookies for the current profile.

public Microsoft.Web.WebView2.Core.CoreWebView2CookieManager CookieManager { get; }
member this.CookieManager : Microsoft.Web.WebView2.Core.CoreWebView2CookieManager
Public ReadOnly Property CookieManager As CoreWebView2CookieManager

Property Value

Remarks

All CoreWebView2s associated with this profile share the same cookie values. Changes to cookies in this cookie manager apply to all CoreWebView2s associated with this profile.

Applies to

See also