TcKs
TcKs

Reputation: 26632

Clear CefGlue Browser history

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

Answers (1)

Dmitry Azaraev
Dmitry Azaraev

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

Related Questions