Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Save web page in IE

Save web page in IE

Scheduled Pinned Locked Moved C#
questioncsharphtml
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kim0618
    wrote on last edited by
    #1

    Hi, How can I save web page in IE by c# such that it just like one clicking the "Save" button in IE and the web pages will be save in one html plus a folder of its associated images ? Thanks

    N R 2 Replies Last reply
    0
    • K Kim0618

      Hi, How can I save web page in IE by c# such that it just like one clicking the "Save" button in IE and the web pages will be save in one html plus a folder of its associated images ? Thanks

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      Kim0618 wrote:

      How can I save web page in IE by c#

      AFAIK, you can't do that. For saving web pages, work with "WebClient" class. It has got methods to download a file or data from a webpage. Then use regular expressions to see what are the other resources (images,styles etc) used and send separate request for these to download. There should be an article on this here in CP. Try searching.

      Navaneeth How to use google | Ask smart questions

      1 Reply Last reply
      0
      • K Kim0618

        Hi, How can I save web page in IE by c# such that it just like one clicking the "Save" button in IE and the web pages will be save in one html plus a folder of its associated images ? Thanks

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #3

        Will this[^] article help? /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups