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. Web Development
  3. ASP.NET
  4. how to read the string and get the src of image in whole string

how to read the string and get the src of image in whole string

Scheduled Pinned Locked Moved ASP.NET
htmltutorial
2 Posts 2 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.
  • N Offline
    N Offline
    Niraj001
    wrote on last edited by
    #1

    Suppose I am having html and in that images tags are used I want to read that tags and get the src i.e file name until the image tag is finished.

    D 1 Reply Last reply
    0
    • N Niraj001

      Suppose I am having html and in that images tags are used I want to read that tags and get the src i.e file name until the image tag is finished.

      D Offline
      D Offline
      Dinesh Mani
      wrote on last edited by
      #2

      Why would you want to read your HTML tags through code? Are you trying screen scrapping by doing HTML parsing? In that case you have to identify the starting of an image tag using <img then look for the nearest src tag property and then look for quotes ["] Is there any other way, yes you have to define a good regular expression to parse for patterns but that would be too much work, but definitely possible and efficient.

      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