Anything related to encoding or decoding HTML entities.
I'm sending a model to a view that have strings. Those strings are html encoded and I do not need …
javascript asp.net-mvc razor html-entities html-encodeI have a utility class for sending emails. The emails are generated as html. I'm having problems with encoding special …
c# .net html-encodeI need to pass a timestamp with a timezone offset in a GET request, e.g., 2009-05-04T11:22:00+01:00 This …
iphone url html-encodeIs there a way to configure Json.Net to automatically encode all strings like HtmlEncode(myString) when the model is …
c# serialization json.net html-encodeIs there a way to use TextBoxFor helper with encoded text? for example: When using the following helper of MVC3 …
asp.net-mvc asp.net-mvc-3 html-encodeI've got the following custom html helper in asp.net mvc 3 public static string RegisterJS(this HtmlHelper helper, ScriptLibrary scriptLib) { …
asp.net-mvc-3 html-encodeWhen I submit/POST data to the server, I need to HTMLencode its characters (the relevant ones), since disabling input …
javascript jquery html-encodeAndroid has two different ways to escape / encode HTML characters / entities in Strings: Html.escapeHtml(String), added in API 16 (Android 4.1). …
android android-webview html-entities html-encode html-escapeMy company requires our ASP.NET code to pass a Fortify 360 scan before releasing the code. We use AntiXSS everywhere …
c# asp.net html-encode antixsslibrary fortifyI'm confused as for the difference between the terms "escaping" and "encoding" in phrases like: Xml Encoding Xml Escaping Encoded …
xml encoding escaping html-encode xml-encoding