How i can print the html formatted text in the silvelight 4 API.
1 Answer
A quick google search provided the following page:
Rendering HTML Content within Silverlight application
The chosen answer suggests using A 3rd party tool called Telerik.
Telerik has an HtmlPlaceholder that allows you to display html pages inside Silverlight application.
You can see a demo here: Telerik Demo