EmailValidationRuleValidate Method |
Returns true if given value is a valid email address.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax protected override bool Validate(
string value
)
Parameters
- value
- Type: SystemString
Form component's value.
Return Value
Type:
BooleanTrue if email is valid, otherwise false.
See Also