Kentico.PageBuilder.Web.Mvc Namespace |
Class | Description | |
---|---|---|
ApplicationBuilderExtensions |
Provides extension methods related to Kentico ASP.NET MVC integration features.
| |
ComponentController |
Base class for Page builder component controller.
| |
ComponentControllerTPropertiesType |
Base class for Page builder component controller with custom properties of type TPropertiesType.
| |
ComponentDefinition |
Definition of a component for Page builder.
| |
ComponentDefinitionProviderTDefinition |
Retrieves list of registered component definitions for Page builder.
| |
ComponentsMetadata |
Metadata of component definitions used within Page builder feature.
| |
ComponentViewModel |
View model for a component without properties.
| |
ComponentViewModelTPropertiesType |
View model for a component with properties.
| |
EditableAreaConfiguration |
Represents configuration of editable area within the TreeNode instance.
| |
EditableAreasConfiguration |
Represents configuration of editable areas, sections, widget zones and widgets within the TreeNode instance.
| |
GeneratedFormViewModel |
View model for rendering an automatically generated form.
| |
HtmlHelperExtensions |
Provides extension methods for extension point Kentico(HtmlHelper).
| |
HtmlHelperInlineEditorExtensions |
Provides extension methods for extension point Kentico(HtmlHelper) to simplify inline editor creation.
| |
IFeatureSetExtensions |
Provides extension methods for the IFeatureSet interface.
| |
MvcInlineEditor |
Represents inline editor element in page builder.
| |
PageBuilderConstants |
Constants for Page builder feature.
| |
PageBuilderFilters |
Represents the page builder filter collections.
| |
PageBuilderOptions |
Page builder options.
| |
RegisterComponentAttribute |
Registers definition of Page builder feature component.
| |
RegisterSectionAttribute |
Registers a section definition to be used within Page builder feature.
| |
RegisterWidgetAttribute |
Registers a widget definition to be used within Page builder feature.
| |
SectionConfiguration |
Represents configuration of section within the EditableAreaConfiguration instance.
| |
SectionController |
Base class for Page builder section controller without properties.
| |
SectionControllerTPropertiesType |
Base class for Page builder section controller with custom properties of type TPropertiesType.
| |
SectionDefinition |
Definition of a section for Page builder.
| |
SectionMetadata |
Metadata of a section definition.
| |
WidgetConfiguration |
Represents the configuration of a widget within the Widgets list.
| |
WidgetController |
Base class for Page builder widget controller without properties.
| |
WidgetControllerTPropertiesType |
Base class for Page builder widget controller with custom properties of type TPropertiesType.
| |
WidgetDefinition |
Definition of a widget for Page builder.
| |
WidgetMetadata |
Metadata of a widget definition.
| |
WidgetVariantConfiguration |
Represents the configuration variant of a widget within the Variants list.
| |
ZoneConfiguration |
Represents the zone within the EditableAreasConfiguration configuration class.
|
Interface | Description | |
---|---|---|
IComponentDefinitionProviderTDefinition |
Provides interface to retrieve list of registered component definitions for Page builder.
| |
IComponentProperties |
Interface for component properties.
| |
IComponentPropertiesRetrieverTPropertiesType |
Provides an interface for retrieving component properties.
| |
ICurrentPageRetriever |
Provides an interface for retrieving the page where is the Page builder used.
| |
IEditableAreasConfigurationValidator | Obsolete.
Provides interface for validation of serialized EditableAreasConfiguration.
| |
IPageBuilderFeature |
Represents a feature that provides information about Page builder for the current request.
| |
ISectionProperties |
Interface for section properties.
| |
IWidgetProperties |
Interface for widget properties.
| |
IWidgetPropertiesRetrieverTPropertiesType | Obsolete.
Provides an interface for retrieving widget properties.
|