StringLengthAttributeAdapter 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为 StringLengthAttribute 特性提供适配器。
public class StringLengthAttributeAdapter : System.Web.Mvc.DataAnnotationsModelValidator<System.ComponentModel.DataAnnotations.StringLengthAttribute>
type StringLengthAttributeAdapter = class
inherit DataAnnotationsModelValidator<StringLengthAttribute>
Public Class StringLengthAttributeAdapter
Inherits DataAnnotationsModelValidator(Of StringLengthAttribute)
- 继承
-
StringLengthAttributeAdapter
构造函数
StringLengthAttributeAdapter(ModelMetadata, ControllerContext, StringLengthAttribute) |
初始化 StringLengthAttributeAdapter 类的新实例。 |
属性
Attribute |
获取模型验证程序的验证特性。 (继承自 DataAnnotationsModelValidator<TAttribute>) |
ControllerContext |
获取控制器上下文。 (继承自 ModelValidator) |
ErrorMessage |
获取验证失败的错误消息。 (继承自 DataAnnotationsModelValidator) |
IsRequired |
获取一个值,该值指示是否需要模型验证。 (继承自 DataAnnotationsModelValidator) |
Metadata |
获取模型验证程序的元数据。 (继承自 ModelValidator) |
方法
GetClientValidationRules() |
获取字符串长度客户端验证规则列表。 |
Validate(Object) |
返回模型的验证错误消息的列表。 (继承自 DataAnnotationsModelValidator) |