XDocumentXamlParser.

Parse(string, Dictionary<string, string>) Method

Namespace
XamlX.Parsers
Containing Type
XDocumentXamlParser

Syntax

public static XamlDocument Parse(string s, Dictionary<string, string> compatibilityMappings = null)

Parameters

Name Type Description
s string
compatibilityMappings Dictionary<string, string>

Return Value

Type Description
XamlDocument