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

適用於