Visual Studio 环境智能提供重复标签。它们是一样的吗?
在 Visual Studio 中编辑 aspx 页面时,intellisence 会自动插入常用的 asp: 标签,但它也提供一些不以 asp: 为前缀的标签,也不是常规的 html。例如,它提供了 updatepanel 标签、loginview 标签和图像标签。这些是添加 ASP.NET Web 控件的某种简写吗?
when editing an aspx page in visual studio the intellisence offers auto insertion of the usual asp:tags, but it also offers some tags that are not prefixed with asp: and not regular html. For instance, it offers an updatepanel tag, loginview tag and an image tag. Are these some sort of short-hand for adding asp.net web controls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经测试过这个,它没有任何作用。添加标签后,视觉工作室的智能不会建议任何属性,也不会向客户端呈现任何类型的输出。仍然不确定为什么情报会建议它们,但它们不是服务器控件。
I have tested this and it doesn't do anything. After adding the tag visual studio's intellisence doesn't suggest any attributes and it doesn't render any sort of output to the client. Still not sure why intellisence suggest them, but they aren't server controls.