Summary
Parse XAML from a string.
- Namespace
- Avalonia
.Markup .Xaml - Containing Type
- Avalonia
Runtime Xaml Loader
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. |