ComponentPropertiesFormControllerValidate Method |
Validates the component properties form.
Namespace: Kentico.PageBuilder.Web.Mvc.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax 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:
TaskActionResultSee Also