CodePlexProject Hosting for Open Source Software
Project Description HtmlToRichTextBox is a plain libary for converting html code into the Silverlight RichTextBox.
Example
string html =GetHtml(); var htb = new HtmlToRichTextBox(html); htb.ApplyHtmlToRichTextBox(richTextbox);
Screen shot
Last edited Sep 7, 2011 at 6:03 AM by bibbynet, version 16
i'm getting this below Exception in Silverlight 5 why? Could not load file or assembly 'HtmlAgilityPack, Version=1.4.1.0, Culture=ne... (more)
Awesome, thanks!