ValidationHelper.ClassFor(String) 方法

定义

呈现一个特性,该特性引用了呈现用户输入元素的验证消息时要使用的 CSS 样式定义。

public System.Web.HtmlString ClassFor (string field);
member this.ClassFor : string -> System.Web.HtmlString
Public Function ClassFor (field As String) As HtmlString

参数

field
String

要验证的用户输入元素的名称属性) 的名称 (值。

返回

属性。

适用于