Click or drag to resize

XAMLHelperParseToInline Method

Reads the XAML input in the specified text string and returns a Span wrapping the an object that corresponds to the root of the specified markup.

Be careful using this feature in UWP release. Behaviours, action and converters does not work most of the time.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static Span ParseToInline(
	string xamlText
)

Parameters

xamlText
Type: SystemString
The input XAML, as a single text string.

Return Value

Type: Span
The Span root of the created object tree.
See Also