Click or drag to resize

IEditFormRendererRenderEditFormValidators Method

Namespace:  Dynamicweb.Content.Items.Editors
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
void RenderEditFormValidators(
	EditForm editForm,
	Action<EditFormField, Validator> action
)

Parameters

editForm
Type: Dynamicweb.Content.Items.EditorsEditForm
action
Type: SystemActionEditFormField, Validator
See Also