| KenticoFormBuilderPropertiesPanelController Class |
Namespace: Kentico.Forms.Web.Mvc.Internal
public class KenticoFormBuilderPropertiesPanelController : ControllerProxy
The KenticoFormBuilderPropertiesPanelController type exposes the following members.
| Name | Description | |
|---|---|---|
| KenticoFormBuilderPropertiesPanelController |
Initializes a new instance of the KenticoFormBuilderPropertiesPanelController class.
|
| Name | Description | |
|---|---|---|
| BadRequest |
Creates an HttpStatusCodeResult that produces a BadRequest response.
(Inherited from ControllerProxy.) | |
| Forbid |
Creates an HttpStatusCodeResult that produces a Forbidden response.
(Inherited from ControllerProxy.) | |
| GetPropertiesMarkup |
Action for retrieving form component's properties markup. The FormComponentConfiguration for which
the panel is to be rendered is in the request body.
| |
| GetValidationRuleConfigurationMarkup |
Gets markup for configuring ValidationRule.
| |
| GetVisibilityConditionConfigurationMarkup |
Gets markup for configuring visibility condition.
| |
| Json |
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.) | |
| NotFound |
Creates an HttpStatusCodeResult that produces a NotFound response.
(Inherited from ControllerProxy.) | |
| StatusCode |
Creates an HttpStatusCodeResult by specifying a statusCode.
(Inherited from ControllerProxy.) | |
| Unauthorized |
Creates an HttpStatusCodeResult that produces a Unauthorized response.
(Inherited from ControllerProxy.) | |
| ValidateProperties |
Validates form component properties.
| |
| ValidateValidationRuleConfiguration |
Validates whether ValidationRule is configured correctly.
| |
| ValidateVisibilityConditionConfiguration |
Validates data sent for configuring VisibilityCondition.
|