添加CSS ID代码

时间:2017-04-11 10:02:02

标签: c# css code-behind

我想在代码中添加自己的ID而不在前面的代码中声明它。有可能吗?

为了澄清我的问题,这是一个例子: Adding css class through aspx code behind

在前面的代码中:

<div id="classMe" runat="server"></div>

在代码背后:

classMe.Attributes.Add("class", "some-class")

是否可以在代码后面设置我自己的ID,id =“classMe”?

类似的东西:

WebForm.Css.ID.Add         = "classMe";
WebForm.Css.Attributes.Add = "background-color:red";

0 个答案:

没有答案