ICoreWebView2CookieManager.DeleteCookiesWithDomainAndPath

Deletes cookies with matching name and domain/path pair. Cookie name is required. If domain is specified, deletes only cookies with the exact domain. If path is specified, deletes only cookies with the exact path.

interface ICoreWebView2CookieManager
HRESULT
DeleteCookiesWithDomainAndPath
(
in LPCWSTR name
,
in LPCWSTR domain
,
in LPCWSTR path
)

Meta