Table of Contents

Method ReportValidatorError

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReportValidatorError(bool, string?, Action<string>?)

Reports text validation error.

public virtual string? ReportValidatorError(bool showError, string? errorText = null, Action<string>? errorEnumerator = null)

Parameters

showError bool

Indicates whether to show/hide error.

errorText string

Specifies error text.

errorEnumerator Action<string>

Optional action which is called for every error.

Returns

string

Remarks