StringLengthAttributeAdapter 构造函数

定义

初始化 StringLengthAttributeAdapter 类的新实例。

public StringLengthAttributeAdapter (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, System.ComponentModel.DataAnnotations.StringLengthAttribute attribute);
new System.Web.Mvc.StringLengthAttributeAdapter : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * System.ComponentModel.DataAnnotations.StringLengthAttribute -> System.Web.Mvc.StringLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As StringLengthAttribute)

参数

metadata
ModelMetadata

模型元数据。

context
ControllerContext

控制器上下文。

attribute
StringLengthAttribute

字符串长度特性。

适用于