1
Answer

Accessing page contents from browser (IE) cache

baburman

baburman

20y
1.9k
1
Hi guys, I want to access the currently downloaded pages from the browser (IE) cache with all its associated objects (images, css, flash objects, activex objects etc) so that i may be able to save them like in a database and will show them up off line to the user. How will it be accomplished using .NET. Coding examples will be highly appreciated. At the moment i just want to access the rendered page and its associated objects as i mentioned above the rest (database part etc.) i can do easily.
Answers (1)
0
baburman

baburman

NA 3 0 20y
Did anybody access the browser cache using Environment.SpecialFolder Enumeration for Environment.GetFolderPath method? I have worked out with it but am quite confused how does IE organize the downloaded pages and its relevant contents (i mentioned above) in it. Please remember that this is required in a Windows/console application not a web application. thanks again