gpt4 book ai didi

wpf - 特殊字符wpf

转载 作者:行者123 更新时间:2023-12-04 13:02:59 27 4
gpt4 key购买 nike

一个简单的 WPF 问题。
我想要一个带有 content="<"的按钮(“后退按钮”)
我如何实现这一点,因为以下是错误的:

Content="<"

最佳答案

<Button Content="&lt;"/>

请记住,XAML 仍然是 XML,因此适用相同的转义。

在那种情况下,这也是编译器告诉你的,至少对我来说是这样的:

The open angle bracket character '<' is not valid in an attribute. It should be written as '&lt;'.

关于wpf - 特殊字符wpf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2019387/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com