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: 12.0.0
Syntax
C#
public ActionResult Validate(
	string typeIdentifier
)

Parameters

typeIdentifier
Type: SystemString
The component type identifier.

Return Value

Type: ActionResult
See Also