Class SectionDefinition
- Namespace
- Kentico.PageBuilder.Web.Mvc
- Assembly
- Kentico.Content.Web.Mvc.dll
Definition of a section for Page builder.
public sealed class SectionDefinition : ViewCustomizableComponentDefinition, IComponentDefinition
- Inheritance
-
objectSectionDefinition
- Implements
- Inherited Members
- Extension Methods
Properties
DefaultPropertiesActionName
Name of the default properties action.
public string DefaultPropertiesActionName { get; }
Property Value
- string
DefaultViewSubFolderName
Folder used to locate the view when specific path is not provided via constructor.
protected override string DefaultViewSubFolderName { get; }
Property Value
- string
PropertiesFormMarkupControllerName
Name of the properties form markup controller.
public string PropertiesFormMarkupControllerName { get; }
Property Value
- string
PropertiesType
Type of the registered section properties model.
public Type PropertiesType { get; }
Property Value
- Type
Remarks
The type needs to implement the ISectionProperties interface.
RouteName
Name of the route under which is the section available.
public override string RouteName { get; }
Property Value
- string