Click or drag to resize
ElementRenderingConfigurationCustomHtml Property
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.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IHtmlString CustomHtml { get; set; }

Property Value

Type: IHtmlString
Remarks
Takes precedence over ElementName, HtmlAttributes and ChildConfiguration.
See Also