标签: c# asp.net-mvc-4
我有一些if语句,我想根据if语句设置文本框的颜色。我试过了
mergeattribute("style","background-color: rgba(0, 255, 0, 1)")
......类似的东西。
有可能这样做吗?我的语法有错吗?