如何在 ASP.NET 客户端和服务器端更改页面背景颜色
我试过
.color { PageBody.Attributes.Add("bgcolor", "yellow"); }
写入 css 文件并用作 aclass="color"
c# asp.net
asp.net ×1
c# ×1