How to disable IE cache in VS 2005 Webbrowser control

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top