Loading and Parsing XAML at Runtime

The XamlReader class is a runtime XAML parser that enables you to load XAML content as a string. (WPF has a companion XamlWriter class for serializing live objects to a XAML string, but the other XAML-based frameworks do not.) Therefore, programs written in any .NET language can leverage XAML at runtime without much effort.

Get XAML Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.