Click or drag to resize
ComponentPropertiesFormControllerIndex Method
Returns a markup of 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 Index(
	string typeIdentifier
)

Parameters

typeIdentifier
Type: SystemString
Component type identifier.

Return Value

Type: ActionResult
See Also