Entries from March 2007 ↓

Server.XmlEncode?

While looking for Server.XmlEncode (there is none as of ASP.NET 2.0) , I came across the Microsoft Anti Cross-Site Scripting Library. The library also has two other interesting methods – JavaScriptEncode and VisualBasicScriptEncode, besides different implementations of UrlEncode and HtmlEncode. Now if only they would add a SqlEncode…