Click or drag to resize
ComponentPropertiesFormControllerValidate Method
Validates the component properties form.

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Task<ActionResult> Validate(
	string typeIdentifier,
	UpdatableFormWithConfiguratorsModelBinderResult bindingResult
)

Parameters

typeIdentifier
Type: SystemString
The component type identifier.
bindingResult
Type: Kentico.Forms.Web.Mvc.InternalUpdatableFormWithConfiguratorsModelBinderResult
Contains information about whether the form is being updated and name of the field which triggered the update.

Return Value

Type: TaskActionResult
See Also