我遇到以下问题:
xaml = @"<Section xmlns=""http://schemas.microsoft.com/winfx/2006/xaml/presentation""><Paragraph><Hyperlink Click=""Hyperlink_OnClick"" NavigateUri=""http://www.google.de"">abc</Hyperlink></Paragraph></Section>";
richtext.Xaml = xaml;
删除整个Hyperlink-Tag使其再次运行。这里的问题在哪里?整个代码工作正常,直接粘贴到* .xaml。
我收到System.Xml.XmlException'和'System.ArgumentException'。