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.
我正在使用 Visual Studio 2013 V 12.0.3
我在我的项目中创建了一个文件夹,当我右键单击该文件夹并选择“添加”时,我没有在该菜单中看到“Web 用户控制”。有谁知道我怎样才能把它找回来?它通常列在“Web 表单”的正下方。
要查找任何模板,只需执行以下操作:
右键单击要添加的项目 -> 添加 -> 新建项目
当 Add new Item 对话框出现时,在右上角的搜索框中输入“web user control”(或其他)
在您的情况下,“网络用户控制”应该向您显示正确的模板。正如评论中提到的,Web 用户控件只有一种风格,那就是 Web 表单。