Click or drag to resize
FormWrapperRenderingConfiguration Class
Configuration describing rendering of an optional wrapping HTML element around Form builder's form.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.WidgetsFormWrapperRenderingConfiguration

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

The FormWrapperRenderingConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodFormWrapperRenderingConfiguration
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 CustomHtmlEnvelope is used.
Public propertyCustomHtmlEnvelope
Get or sets custom HTML envelope. 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