Kinjan Bhavsar

Kinjan Bhavsar

  • NA
  • 28
  • 1k

How to edit HTML in Windows 10 UWP C# app?

May 27 2016 2:11 AM
I want to read an HTML and then allow the user some formatting options  like Bold,Italic,Underline,etc and after that get HTML data as output. The formatting should work directly for example when I click on B then directly it should make the text bold. Same for all other formatting options.
 
I did some research and found RichEditBox control but it read and write RTF format data only.

Answers (1)