windows phone 8 - WP8 Clear navigation history on WebBrowser control -


i developing app in windows phone 8, , have xaml page webbrowser control load sites. when load new site, need delete browsing history far. how can c#?

mybrowser.navigate(new uri("http://www.google.com")); ... mybrowser.navigate(new uri("http://www.yahoo.com")); mybrowser.clearcookiesasync(); mybrowser.clearinternetcacheasync(); mybrowser.cangoback();  //returns true 

regards


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -