BasicFormPrependError Method |
Prepends error text to existing message on the page.
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public virtual void PrependError(
string text,
string separator = null
)
Parameters
- text
- Type: SystemString
Error message text - separator (Optional)
- Type: SystemString
Separator
See Also