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.
在我的 asp.net MVC4 应用程序中,我想将验证消息显示为工具提示(将鼠标悬停在图像上时)。有什么办法可以做到这一点吗?我的意思是将验证消息以某种方式绑定到标题?
我自己无法弄清楚这一点,因为 validationmessagefor 方法返回的 html 标记显然不能包含在标题中。
有什么建议么?
您可以将 ValidationMessages 放在<div>标签内,并使用如下工具将 div 内容显示为工具提示:
<div>
http://craigsworks.com/projects/qtip/demos/