Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在后面的代码中向 aspxButtonEdit 添加了一个工具提示。这可行,但是不会渲染像↓这样的特殊字符,而是渲染文本。我试图设置 EncodeHtml (true/false) 没有任何效果。
有任何想法吗?
在 aspx 文件中试试这个
<asp:Button ID="btnedit" runat="server" Text="btnEdit" />
这在cs文件中
btnedit.ToolTip = "↓";
它会起作用的