Click or drag to resize
IMvcFormProxyAddEndFormContent Method
Adds HTML content before the enclosing form tag.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc.Proxies (in Kentico.Web.Mvc.Proxies.dll) Version: 13.0.131
Syntax
C#
void AddEndFormContent(
	IHtmlContentProxy htmlContent
)

Parameters

htmlContent
Type: Kentico.Web.MvcIHtmlContentProxy
HTML content to be added before the enclosing form tag.
See Also