Click or drag to resize

FrontendControlValidationMessages Property

Gets or sets the validation messages.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public Dictionary<ValidatorType, string> ValidationMessages { get; set; }

Property Value

Type: DictionaryValidatorType, String
The validation messages.
See Also