ModelClientValidationRangeRule Constructor
Visual Studio 2010
Initializes a new instance of the ModelClientValidationRangeRule class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public ModelClientValidationRangeRule( string errorMessage, Object minValue, Object maxValue )
Parameters
- errorMessage
- Type: System.String
The error message.
- minValue
- Type: System.Object
The minimum value.
- maxValue
- Type: System.Object
The maximum value.
Community Additions
ADD
Show: