IMvcFormProxyAddEndFormContent Method |
Adds HTML content before the enclosing form tag.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc.Proxies (in Kentico.Web.Mvc.Proxies.dll) Version: 13.0.131
Syntax void AddEndFormContent(
IHtmlContentProxy htmlContent
)
Parameters
- htmlContent
- Type: Kentico.Web.MvcIHtmlContentProxy
HTML content to be added before the enclosing form tag.
See Also