HtmlFromXamlConverterConvertXamlToHtml Method

Main entry point for Xaml-to-Html converter. Converts a xaml string into html string.

Definition

Namespace: TextCompare
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static string ConvertXamlToHtml(
	string xamlString,
	bool asFullDocument
)

Parameters

xamlString  String
Xaml strinng to convert.
asFullDocument  Boolean
 

Return Value

String
Html string produced from a source xaml.

See Also