Top "Html-encode" questions

Anything related to encoding or decoding HTML entities.

How to encode the plus (+) symbol in URL

The URL link below will open a new Google mail window. The problem I have is that Google replaces all …

asp.net c#-4.0 gmail urlencode html-encode
Converting & to & etc

I want to convert & to &, " to " etc. Is there a function in c# that could …

c# html-encode string-conversion
How To Replace &lt; with < and &gt; with > using jquery

I have a page that is part of a backend CRM admin panel. On that page the HTML output comes …

jquery html-encode
Html inside XML. Should I use CDATA or encode the HTML

I am using XML to share HTML content. AFAIK, I could embed the HTML either by: Encoding it: I don't …

xml cdata html-encode
"<" in a text box in ASP.NET --> how to allow it?

I have a textfield which displays a string which contains < and >. The code throws an error because of …

asp.net html-encode
ASP.NET MVC Html.Encode - New lines

Html.Encode seems to simply call HttpUtility.HtmlEncode to replace a few html specific characters with their escape sequences. However …

c# asp.net-mvc newline html-encode
How to reverse htmlentities()?

For special characters like áéí, I can call htmlentities(): $mycaption = htmlentities($mycaption, ENT_QUOTES); To get the corresponding html entities: &…

php html-encode
How do I output raw html when using RazorEngine (NOT from MVC)

I am trying to generate emails with HTML content. this content has already gone through sanitation so I am not …

c# razor html-encode
How does Html.Raw MVC helper work?

I use the Html.Raw to print a raw html content, for example when I send some thing like ViewBag.…

asp.net asp.net-mvc razor html-encode
PHP html decoding help - converting: A &#039;quote&#039; is <b>bold</b>

I need to convert a string like this: A &#039;quote&#039; is <b>bold</b> …

php html-encode