Visual Studio 环境智能提供重复标签。它们是一样的吗?

发布于 2024-12-02 14:07:12 字数 168 浏览 2 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尬尬 2024-12-09 14:07:12

我已经测试过这个,它没有任何作用。添加标签后,视觉工作室的智能不会建议任何属性,也不会向客户端呈现任何类型的输出。仍然不确定为什么情报会建议它们,但它们不是服务器控件。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文