AvaloniaRuntimeXamlLoader.

Parse(string, Assembly) Method

Summary

Parse XAML from a string.

Syntax

public static object Parse(string xaml, Assembly localAssembly = null)

Parameters

Name Type Description
xaml string The string containing the XAML.
localAssembly Assembly Default assembly for clr-namespace:.

Return Value

Type Description
object The loaded object.