Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ModelClientValidationStringLengthRule class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
errorMessage As String, _
minimumLength As Integer, _
maximumLength As Integer _
)
public ModelClientValidationStringLengthRule(
string errorMessage,
int minimumLength,
int maximumLength
)
public:
ModelClientValidationStringLengthRule(
String^ errorMessage,
int minimumLength,
int maximumLength
)
Parameters
- errorMessage
Type: System.String
The validation error message.
- minimumLength
Type: System.Int32
The minimum length of the string.
- maximumLength
Type: System.Int32
The maximum length of the string.
Remarks
The constructor sets the base class validation type to the string "stringLength".