Applies the browser validation by setting up one or
more input rules on IBrowserValidationGenerator.
Namespace: Castle.Components.Validator
Assembly: Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public override void ApplyBrowserValidation( BrowserValidationConfiguration config, InputElementType inputType, IBrowserValidationGenerator generator, IDictionary attributes, string target ) |
Parameters
- config
- BrowserValidationConfiguration
The config.
- inputType
- InputElementType
Type of the input.
- generator
- IBrowserValidationGenerator
The generator.
- attributes
- IDictionary
The attributes.
- target
- String
The target.
See Also
DateValidator Class
Castle.Components.Validator Namespace