ConsentSelectorComponentValidate Method |
Validates whether valid consent is selected.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public override IEnumerable<ValidationResult> Validate(
ValidationContext validationContext
)
Parameters
- validationContext
- Type: System.ComponentModel.DataAnnotationsValidationContext
Return Value
Type:
IEnumerableValidationResultImplements
IValidatableObjectValidate(ValidationContext)See Also