Click or drag to resize
ElementRenderingConfigurationCustomHtmlString 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: 13.0.131
Syntax
C#
public string CustomHtmlString { get; set; }

Property Value

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