Reputation: 26632
I'm using Xilium.CefGlue browser for WPF. How can I clear browser history? I didn't found any managed API for that. I found only method definition in cef_browser_capi.h.
Upvotes: 0
Views: 1294
Reputation: 1103
Currently only one way exist - delete cache path directory when it is no more used by application.
PS: For general CEF questions better ask questions at CEF forum http://www.magpcss.org/ceforum .
Upvotes: 1