ModelState.AddFormError的CSS样式(“无法登录”)

时间:2013-03-14 22:38:47

标签: webmatrix modelstate

我想设置我的错误消息“无法登录”,但我不知道如何在CSS中标记它?提前致谢。 即时通讯使用webmatrix 2.

1 个答案:

答案 0 :(得分:0)

我希望你有一个代码来展示。但是我会想象你会因为登录失败而注入css。

if(!Validation.IsValid()){
  <style type="text/css">
      /*Style the error class here */
  </style>
}