| RegisterFormSectionAttribute Class |
Namespace: Kentico.Forms.Web.Mvc
public sealed class RegisterFormSectionAttribute : RegisterComponentAttribute
The RegisterFormSectionAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| RegisterFormSectionAttribute(String, String, String) |
Creates an instance of the RegisterFormSectionAttribute class.
| |
| RegisterFormSectionAttribute(String, Type, String) |
Initializes a new instance of the RegisterFormSectionAttribute class.
|
| Name | Description | |
|---|---|---|
| Description |
Description of the registered section.
| |
| IconClass |
Font-icon CSS class of the registered section.
| |
| Identifier |
Unique identifier of the definition.
(Inherited from RegisterComponentAttribute.) | |
| MarkedType |
Type of the registered component controller.
(Inherited from RegisterComponentAttribute.) | |
| Name |
Name of the registered component.
(Inherited from RegisterComponentAttribute.) | |
| PropertiesType |
Type of the section properties model. The type needs to implement the IFormSectionProperties interface.
|
| Name | Description | |
|---|---|---|
| PreInit |
Registers the section definition during application pre-initialization.
(Overrides RegisterComponentAttributePreInit.) |