gpt4 book ai didi

asp.net - 如何在asp.net中使用css进行web服务器控制?

转载 作者:太空宇宙 更新时间:2023-11-04 04:49:30 25 4
gpt4 key购买 nike

在 asp.net 中使用 web 服务器控件,但在 visual studio 中,为什么下面的代码没有样式属性

  <asp:Label ID = "UserLabel" runat = "server" CssClass = "LabelClass" AssociatedControlID = "UsernameTextBox" >Username</asp:Label>

通过智能感知它应该是正确的,但是样式属性根本没有出现。我正在使用 visual studio 2010,asp.net 使用 C#

最佳答案

使用 asp 服务器控件时,Style 属性从不显示在智能感知上。输入 Style="

后,智能感知将显示属性

服务器控件继承System.Web.UI.Control,它没有style 作为属性。

但是,它将呈现为 HTML。

关于asp.net - 如何在asp.net中使用css进行web服务器控制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13750075/

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