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.
我正在使用具有母版页的 asp.net aspx 页面。有一个自定义控件,它没有 cssClass 属性或样式属性。它自动生成 div id,我想为那个 aspx 页面分配一个 css。棘手的部分是其他页面也会生成 id。由于这个原因,我无法在我的样式表中设置这个 css。任何帮助,非常感谢!
ClientIDMode="Static"如果您想固定 ID,则可以使用。但是您要确保 ID 不会相互冲突。
ClientIDMode="Static"
ASP.NET 4.0 中的 ClientIDMode