How to disable IE cache in VS 2005 Webbrowser control

  • Thread starter Thread starter cweeks
  • Start date Start date
C

cweeks

Prior to .NET 2.0 the WebBrowser control had a method Navigate2 that
took in its second parameter a switch to disable reading the page from
the local IE cache. I want to be able to do this in a VS 2005 C#
Express app but I don't see anything in the Navigate signature that
would let me do this. Is there some other mechanism for disabling the
IE cache from within my app?
 
Back
Top