ModelClientValidationMaxLengthRule(String, Int32) 构造函数

定义

public ModelClientValidationMaxLengthRule (string errorMessage, int maximumLength);
new System.Web.Mvc.ModelClientValidationMaxLengthRule : string * int -> System.Web.Mvc.ModelClientValidationMaxLengthRule
Public Sub New (errorMessage As String, maximumLength As Integer)

参数

errorMessage
String
maximumLength
Int32

适用于