Click or drag to resize
ElementRenderingConfiguration Class
Configuration describing rendering of an optional wrapping HTML element around Form builder's element or custom HTML code.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcElementRenderingConfiguration

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public class ElementRenderingConfiguration

The ElementRenderingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodElementRenderingConfiguration
Top
Properties
  NameDescription
Public propertyChildConfiguration
Gets or sets child element rendering configuration. Use this property to nest multiple wrapping elements.
Public propertyStatic memberCONTENT_PLACEHOLDER
Defines a placeholder for wrapped elements if CustomHtml is used.
Public propertyCustomHtml
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.
Public propertyElementName
Gets or sets element name to be rendered.
Public propertyHtmlAttributes
Gets or sets optional attributes that should be added to the element. An empty dictionary by default.
Top
See Also