gpt4 book ai didi

asp.net - 在 ASPX 页面的源 View 中复制和粘贴控件 : How to force VS not to touch my IDs?

转载 作者:行者123 更新时间:2023-12-04 02:03:55 25 4
gpt4 key购买 nike

如果我将控件从 Visual Studio (2008+SP1) 中的工具箱拖动到 ASPX 页面中,我会收到一个 ID 建议:

<asp:Button ID="Button1" runat="server" Text="Button" />

这很好,有助于不要忘记分配 ID。大多数情况下,我将 ID 重命名为:
<asp:Button ID="MySpecialButtonForSpecialTask1" runat="server" Text="Button" />

现在我有一个任务 2 (3, 4, ..., n) 并且需要一个按钮“MySpecialButtonForSpecialTask​​2”。所以我复制并粘贴第一个 ID="MySpecialButtonForSpecialTask​​1"。结果是这样的:
<asp:Button ID="Button1" runat="server" Text="Button" />

这不太好,因为我现在需要将“Button1”更改为“MySpecialButtonForSpecialTask​​2”,但我更愿意将“MySpecialButtonForSpecialTask​​1”更改为“MySpecialButtonForSpecialTask​​2”。

VS 中是否有任何设置或技巧可以防止在复制和粘贴后分配新 ID?

更新

我不是在寻找选项

“工具 > 选项 > 文本编辑器 > HTML > 杂项 > 在源 View 中粘贴时的自动 ID 元素”

因为它还关闭了为从工具箱插入的控件创建 ID。我只想在复制和粘贴时关闭此功能。

最佳答案

工具 > 选项 > 文本编辑器 > HTML > 杂项 > 在源 View 中粘贴时自动识别元素。取消选中该框以关闭此功能。

关于asp.net - 在 ASPX 页面的源 View 中复制和粘贴控件 : How to force VS not to touch my IDs?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2291967/

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