Applies the browser validation.

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