HtmlXamlConverter.convertToXaml

Syntax

convertToXaml (html);

Parameters

html. HTML string.

Description

The convertToXaml method converts an HTML string to XAML.

Example

The example of use is given in description of the HtmlXamlConverter.convertToHtml method.

See also:

HtmlXamlConverter