How can I escape character '&' in Path in XAML?
如何在XAML中的Path中转义字符'&'?
I need to escape (using XML entities) certain characters that are special to the XML language definition.
我需要转义(使用XML实体)某些特定于XML语言定义的字符。
1 个解决方案
#1
4
Try '&'. XAML escape character entities. Or '&'. MSDN escape characters. Ascii Table (from asciitable.com)
试试'&'。 XAML转义字符实体。或'&'。 MSDN转义字符。 Ascii表(来自asciitable.com)
#1
4
Try '&'. XAML escape character entities. Or '&'. MSDN escape characters. Ascii Table (from asciitable.com)
试试'&'。 XAML转义字符实体。或'&'。 MSDN转义字符。 Ascii表(来自asciitable.com)