CoreWebView2CookieManager.CopyCookie(CoreWebView2Cookie) Method
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.
Creates a cookie whose params matches those of the specified cookie.
public Microsoft.Web.WebView2.Core.CoreWebView2Cookie CopyCookie (Microsoft.Web.WebView2.Core.CoreWebView2Cookie cookieParam);
member this.CopyCookie : Microsoft.Web.WebView2.Core.CoreWebView2Cookie -> Microsoft.Web.WebView2.Core.CoreWebView2Cookie
Public Function CopyCookie (cookieParam As CoreWebView2Cookie) As CoreWebView2Cookie
Parameters
- cookieParam
- CoreWebView2Cookie