Click or drag to resize
ElementRenderingConfiguration Properties

The ElementRenderingConfiguration type exposes the following members.

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 CustomHtmlString is used.
Public propertyCustomHtml Obsolete.
Sets custom HTML string used instead of wrapping element defined in ElementName. Within a custom HTML code must be used CONTENT_PLACEHOLDER value.
Public propertyCustomHtmlString
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