ICoreWebView2CookieManager.DeleteCookies

Deletes cookies with matching name and uri. Cookie name is required. All cookies with the given name where domain and path match provided URI are deleted.

interface ICoreWebView2CookieManager
HRESULT
DeleteCookies
(
in LPCWSTR name
,
in LPCWSTR uri
)

Meta