ElementRenderingConfiguration Class |
Namespace: Kentico.Forms.Web.Mvc
public class ElementRenderingConfiguration
The ElementRenderingConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | ElementRenderingConfiguration |
Name | Description | |
---|---|---|
![]() | ChildConfiguration |
Gets or sets child element rendering configuration. Use this property to nest multiple wrapping elements.
|
![]() ![]() | CONTENT_PLACEHOLDER |
Defines a placeholder for wrapped elements if CustomHtmlString is used.
|
![]() | CustomHtml | Obsolete.
Sets custom HTML string used instead of wrapping element defined in ElementName. Within a custom HTML code must be used CONTENT_PLACEHOLDER value.
|
![]() | CustomHtmlString |
Get or sets custom HTML string used instead of wrapping element defined in ElementName. Within a custom HTML code must be used CONTENT_PLACEHOLDER value.
|
![]() | ElementName |
Gets or sets element name to be rendered.
|
![]() | HtmlAttributes |
Gets or sets optional attributes that should be added to the element. An empty dictionary by default.
|