自定义 CssClass 属性:将类与 IDE 集成
我创建了一个自定义 WebControl,它充当容器并具有文本标题。 CssClass
属性适用于容器部分,我还添加了 HeaderCssClass
属性。如何让 Visual Studio 识别它是 CSS 值,以便 Intellisense 显示可用的类?我猜想有一个属性可以应用于该属性,但我没有找到它。
I've created a custom WebControl that acts as a container and has a text header. The CssClass
property applies to the container portion, and I've also added a HeaderCssClass
property. How do I get Visual Studio to recognize it's a CSS value so the Intellisense will display available classes? I'm guessing there's an attribute I can apply to the property, but I've not had much luck finding it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
干得好。
http://msdn.microsoft.com/en-我们/library/system.web.ui.cssclasspropertyattribute.aspx
Here you go.
http://msdn.microsoft.com/en-us/library/system.web.ui.cssclasspropertyattribute.aspx