Click or drag to resize
FormWrapperRenderingConfigurationCustomHtmlEnvelope Property

Note: This API is now obsolete.

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: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use 'CustomHtmlEnvelopeString' property instead.")]
public IHtmlString CustomHtmlEnvelope { get; set; }

Property Value

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