Namespace MarkupConverter
Classes
HTMLfromXAMLConverter
This is a static class that takes an XAML string and converts it into HTML
HTMLtoRTFConverter
A class dedicated to converting HTML (Hypertext Markup Language) strings to RTF (Rich Text Format).
HtmlToXamlConverter
A class that takes an HTML (Hypertext Markup Language) string and converts it into XAML (Extensible Application Markup Language).
MarkupConverter
Implements the logic for the MarkupConverter class.
RTFtoHTMLConverter
Implementation of the RTFtoHTMLConverter class.
Interfaces
IMarkupConverter
An interface to describe how to convert strings from one format to another.