CoreWebView2CookieManager.DeleteCookiesWithDomainAndPath Method

Definition

Deletes cookies with matching name and domain/path pair.

public void DeleteCookiesWithDomainAndPath (string name, string Domain, string Path);
member this.DeleteCookiesWithDomainAndPath : string * string * string -> unit
Public Sub DeleteCookiesWithDomainAndPath (name As String, Domain As String, Path As String)

Parameters

name
String

The name for the cookies to be deleted is required.

Domain
String

If domain is specified, deletes only cookies with the exact domain.

Path
String

If path is specified, deletes only cookies with the exact path.

Applies to