I have a proprety in my model that contain HTML ex:
public class watch
{
public string description=<div>hello<br/> world</div>
}
I need in the view in xaml code to bind this description with a composant.
which composant should i use (RichTextblock or …) to render this html??
if i use <textblock text={binding="descrption"}/> the html tags still visible, i need to return to ligne and do not show html tags
Any ideas please??
Best regards
So do:
http://msdn.microsoft.com/en-us/library/windows/apps/br211380.aspx