如何使用'&'在表达式混合文本块中?
在文本块中,我想写 'Collection of Document &在线交易
'。我怎么能写“&”混合?谢谢。
In textblock, I want to write 'Collection of Document & Online Transaction
'. How could I write '&' in blend? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用 XML 实体
&
- XAML 是因此,XML 遵循与任何其他 XML 文档相同的规则。Have you tried using the XML entity
&
- XAML is XML so follows the same rules as any other XML document.