So since System.Web
& HttpContext
isn't available in Silverlight is there a way to do HtmlDecode
& HtmlEncode
inside a Silverlight app without some horrendous Regex?
views:
490answers:
1
+5
A:
System.Windows.Browser has an HttpUtility class with HtmlEncode and HtmlDecode methods.
Rex M
2009-05-05 01:03:34