Click or drag to resize
FormWrapperRenderingConfigurationCustomHtmlEnvelope Property
Get or sets custom HTML envelope. Within a custom HTML code must be used CONTENT_PLACEHOLDER value.

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

Property Value

Type: IHtmlString
Remarks
Defined HTML in is static and is not updated after form submit.
See Also