Click or drag to resize
ComponentPropertiesFormController Class
Provides base class for retrieving and validating the component properties within form.
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Kentico.PageBuilder.Web.Mvc.InternalComponentPropertiesFormController

Namespace: Kentico.PageBuilder.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public abstract class ComponentPropertiesFormController : Controller

The ComponentPropertiesFormController type exposes the following members.

Methods
  NameDescription
Public methodIndex
Returns a markup of the component properties form.
Public methodValidate
Validates the component properties form.
Top
See Also