【发布时间】:2010-09-20 11:36:45
【问题描述】:
在 VS 2008 中工作
在Source 模式下处理 ASPX 文件时,如果我在文件的页面指令中指定了 StyleSheetTheme,那么 Visual Studio 将为我提供控件可能的 skinID 值的自动完成列表
例如
<asp:Button ID="myButton" runat="server" SkinID="
//Having typed this much, I'll get an intellisense with the possible skinid values for this button
我只是想知道是否有可能在 ASCX 中获得相同的功能。 因为没有为控件指定样式表主题,所以 VS 不知道可能的值是什么......
您能否指定 Visual Studio 可用于 Web 用户控件的默认样式表主题。
【问题讨论】:
标签: asp.net visual-studio autocomplete skin web-user-controls