Click or drag to resize
Kentico.Forms.Web.Mvc.Internal Namespace
 
Classes
  ClassDescription
Public classDropdownEditorViewModel
Model used for drop-down inline editor.
Public classFormExtensions
Contains helper methods for rendering HTML for forms built using Form builder.
Public classFormItemSubmitBindingModel
Model used for body binding in Submit(FormItemSubmitBindingModel, Boolean) action.
Public classKenticoFormBuilderConfigurationController
Provides endpoints for retrieving and storing the Form builder components configuration.
Public classKenticoFormBuilderPropertiesPanelController
Provides endpoint for retrieving the Form builder's properties panel markup as well as validating FormComponent properties.
Public classKenticoFormFileUploaderController
Provides endpoint for a form file uploader.
Public classKenticoFormItemController
Provides endpoint for rendering form builder forms with submitted values.
Public classKenticoFormSectionPropertiesFormController
Provides endpoints for retrieving and validating the form section properties within form.
Public classKenticoValidationRuleMetadataController
Provides endpoints for retrieving the validation rule metadata.
Public classRecordedDataFormProvider
Contains methods for forms and their fields retrieval inside Recorded data tab.
Public classSectionModel
View model that contains information about rendering form components in the sections.
Public classSectionPropertiesModel
View model for rendering an automatically generated section properties form.
Public classSystemRenderingConfigurations
Provides predefined system rendering configurations.
Public classUpdatableFormWithConfiguratorsModelBinder
Model binder used for binding contextual data required when updating form's markup e.g. applying visibility conditions.
Public classUpdatableFormWithConfiguratorsModelBinderAttribute
Annotate a parameter of a controller action with this attribute to use UpdatableFormWithConfiguratorsModelBinder for its value binding.
Public classUpdatableFormWithConfiguratorsModelBinderResult
Represents information about whether the form is being updated and name of the field which triggered the update.
Public classValidationRulesViewModel
Public classVisibilityConditionsBindingModel
Interfaces
  InterfaceDescription
Public interfaceIFormBuilderConfigurationSerializer
Defines serializer of FormBuilderConfiguration.
Public interfaceIFormSectionViewModel
Form section view model interface.
Public interfaceIRecordedDataFormProvider
Contains methods for forms and their fields retrieval inside Recorded data tab.