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. HTML code to string

HTML code to string

Scheduled Pinned Locked Moved C#
csharphtmldotnetquestion
3 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.
  • A Offline
    A Offline
    Alex Grose
    wrote on last edited by
    #1

    Is there a simple function which will convert a HTML string (including parts such as metachachters into a plain string. Basically stripping tags and replacing metacharachters with their true visual value? Does this exist in the .Net Framework, or will I hav to build it myself? Thanks in advance.

    G 1 Reply Last reply
    0
    • A Alex Grose

      Is there a simple function which will convert a HTML string (including parts such as metachachters into a plain string. Basically stripping tags and replacing metacharachters with their true visual value? Does this exist in the .Net Framework, or will I hav to build it myself? Thanks in advance.

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You can use the System.Web.HttpUtility.HtmlDecode method to convert html entities to characters. You can use a regular expression to match the tags to remove them.

      Despite everything, the person most likely to be fooling you next is yourself.

      A 1 Reply Last reply
      0
      • G Guffa

        You can use the System.Web.HttpUtility.HtmlDecode method to convert html entities to characters. You can use a regular expression to match the tags to remove them.

        Despite everything, the person most likely to be fooling you next is yourself.

        A Offline
        A Offline
        Alex Grose
        wrote on last edited by
        #3

        Thanks for that!

        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