CoreWebView2CookieManager.DeleteCookie(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.
Deletes a cookie whose name and domain/path pair match those of the specified cookie.
public void DeleteCookie (Microsoft.Web.WebView2.Core.CoreWebView2Cookie cookie);
member this.DeleteCookie : Microsoft.Web.WebView2.Core.CoreWebView2Cookie -> unit
Public Sub DeleteCookie (cookie As CoreWebView2Cookie)
Parameters
- cookie
- CoreWebView2Cookie