ModelClientValidationMinLengthRule(String, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ModelClientValidationMinLengthRule(string errorMessage, int minimumLength);
new System.Web.Mvc.ModelClientValidationMinLengthRule : string * int -> System.Web.Mvc.ModelClientValidationMinLengthRule
Public Sub New (errorMessage As String, minimumLength As Integer)
Parameters
- errorMessage
- String
- minimumLength
- Int32