CoreWebView2CookieManager.DeleteCookiesWithDomainAndPath 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 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.