Click or drag to resize
FormExtensions Class
Contains helper methods for rendering HTML for forms built using Form builder.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.InternalFormExtensions

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class FormExtensions

The FormExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeginForm
Writes an opening form tag to the response.
Public methodStatic memberBeginRouteForm
Writes an opening form tag to the response.
Public methodStatic memberEndForm
Ends the form and disposes of all form resources.
Public methodStatic memberFile
Returns a file upload input element.
Public methodStatic memberValidationMessage
Renders validation messages for a form component.
Top
See Also