How to disable caching in the .NET WebBrowser Control?

后端 未结 8 1750
我寻月下人不归
我寻月下人不归 2021-01-04 20:01

I have been googling for hours and trying to figure this out, and I just can\'t. I have 1 webbrowser control on a form, webbrowser1.

Once I load a page, say google.

8条回答
  •  悲哀的现实
    2021-01-04 20:38

    You could try to call webbrowser1.Refresh(WebBrowserRefreshOption.Completely). It should refresh the page and show the latest version, something like ctrl+F5 in IE. See here and here more info.

提交回复
热议问题