[This is preliminary documentation and is subject to change.]
Delete all cookies that match the specified parameters. If both |url| and
values |cookie_name| are specified all host and domain cookies matching
both will be deleted. If only |url| is specified all host cookies (but not
domain cookies) irrespective of path will be deleted. If |url| is empty all
cookies for all hosts and domains will be deleted. Returns false if a non-
empty invalid URL is specified or if cookies cannot be accessed. This
method must be called on the IO thread.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- url
- Type: System String
[Missing <param name="url"/> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]
- cookieName
- Type: System String
[Missing <param name="cookieName"/> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefCookieManager.DeleteCookies(System.String,System.String)"]
See Also