How to get WinRT RichEditBox's content as html string ?
Otherwise I can get the content as RTF string with the following code.
richEditBox.Document.GetText(TextGetOptions.FormatRtf, out temp);
How to convert this RTF string to HTML string in WinRT application?
you should use some differ way. Here is the link of particular solution