HTML Escape & UnEscape

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Hadi

    #1

    HTML Escape & UnEscape

    Is there a .Net class that does it for us? Or do we have to write it our
    own.

    Thanks


  • Mihai N.

    #2
    Re: HTML Escape & UnEscape

    > Is there a .Net class that does it for us? Or do we have to write it our[color=blue]
    > own.[/color]

    HttpUtility.Htm lDecode
    HttpUtility.Htm lEncode

    --
    Mihai
    -------------------------
    Replace _year_ with _ to get the real email

    Comment

    • Mihai N.

      #3
      Re: HTML Escape & UnEscape

      > Is there a .Net class that does it for us? Or do we have to write it our[color=blue]
      > own.[/color]

      HttpUtility.Htm lDecode
      HttpUtility.Htm lEncode

      --
      Mihai
      -------------------------
      Replace _year_ with _ to get the real email

      Comment

      Working...