How to convert HTML to RTF in UWP
问题 I want to convert HTML to RichTextBlock in UWP. I found some answers in stackoverflow tried the code in following link link But when I try to bind html property in richtextblock controls it gives error saying The name "Properties" does not exist in the namespace "using XAMLHtml" I included following code to convert HTML to RTF in XAMLHtml.cs file class XAMLHtml { public class HtmlProperties : DependencyObject { public static readonly DependencyProperty HtmlProperty = DependencyProperty