标签:net 语法 app 字符 ref head frame aml tps
在 写xaml的使用遇到了一些特殊字符,这里记录一下特殊字符转义。 这些特殊字符遵循用于编码的万维网联合会(W3C) XML 标准。
下表显示这组特殊字符的编码语法:
字符 | 语法 | 描述 |
---|---|---|
< | < |
小于符号。 |
> | > |
大于符号。 |
& | & |
& 符号。 |
" | " |
双引号。 |
参见:
https://docs.microsoft.com/zh-cn/dotnet/framework/wpf/advanced/how-to-use-special-characters-in-xaml
标签:net 语法 app 字符 ref head frame aml tps
原文地址:https://www.cnblogs.com/azsunqi/p/12299888.html