So from System.Web& HttpContext is not available in Silverlight is there a way to do HtmlDecode&HtmlEncode in a Silverlight application without some terrible regular expressions?
System.Windows.Browser has HttpUtility class of HttpUtility and HtmlDecode.
So from System.Web & HttpContext not available in Silverlight is there a way to do HtmlDecode & HtmlEncode in a Silverlight application without some terrible regular expressions?
System.Windows.Browser has HttpUtility and HtmlDecode HttpUtility classes.