CoreWebView2Profile.CookieManager 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.
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.