Click or drag to resize
ValidationRuleConfigurationsXmlSerializer Constructor
Initializes a new instance of the ValidationRuleConfigurationsXmlSerializer class.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ValidationRuleConfigurationsXmlSerializer(
	IValidationRuleDefinitionProvider ruleDefinitionProvider
)

Parameters

ruleDefinitionProvider
Type: Kentico.Forms.Web.MvcIValidationRuleDefinitionProvider
Provider of validation rule definitions.
See Also