CefGetGlobalCookieManager Method |
Version 67.0.0
Returns the global cookie manager.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 67.0.0.0
Syntax public static ICookieManager GetGlobalCookieManager()
public:
static ICookieManager^ GetGlobalCookieManager()
Return Value
Type:
ICookieManagerA the global cookie manager
See Also