Hello,
Two quick questions:
1) Is it possible to use the control just for rendering HTML?
Assuming that I want to use the control to enter and edit HTML and later just render it on a web page.
Or should I just use the Blazor MarkupString for that?
2) Does the control provide some support for sanitising the HTML entered? Or do I need to analyse it to look for malware?
regards