Click or drag to resize
ElementRenderingConfigurationCustomHtml Property

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use 'CustomHtmlString' property instead.")]
public IHtmlString CustomHtml { get; set; }

Property Value

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