Anything related to encoding or decoding HTML entities.
Minor issue, but it's driving me nuts nonetheless. I'm building a url for a <script> tag include to …
c# asp.net vb.net html-encodeI am trying to decode some HTML entities, such as '&lt;' becoming '<'. I …
ruby-on-rails ruby ruby-on-rails-3 html-entities html-encodeI have a REST service method written in C#, defined as below: [WebGet(UriTemplate = "/{par1}/{par2}/{par3}")] public string ProcessGet(…
rest wcf c#-4.0 html-encodeUsing PHP, what is the best way to store special characters (like the following) in a MSQUL database, to avoid …
php mysql sql-injection html-entities html-encodeI have an ASP.NET Web Forms application. There is a page with TextBoxes and users enter search terms into …
asp.net security webforms html-encodeI have a custom IHtmlHelper extension method that uses TagBuilder and returns an HtmlString. I can no longer pass tagBuiler.…
asp.net asp.net-mvc asp.net-core asp.net-core-mvc html-encodeI have a Winform application in which I am checking if a fully qualified file name c:\somefolder\my file …
c# html-encodeI have an ASP.Net MVC 3 page in which I have an Html.TextAreaFor control, see code below. If I …
asp.net-mvc html-encodeI am using tFPDF to generate a PDF. The php file is UTF-8 encoded. I want © for example, …
php pdf fpdf html-encodeWith the Razor View Engine, anytime you output a string directly to the page, it's HTML encoded. e.g.: @"<…
c# asp.net-mvc razor html-encode