Click or drag to resize
FormWidgetExtensions Class
Form widget extension methods.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.Mvc.Widgets.InternalFormWidgetExtensions

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

The FormWidgetExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFormWidgetRenderingConfiguration
Public methodStatic memberBeginForm
Writes an opening <form> tag to the response.
Public methodStatic memberFormFields
Renders form fields based on model values.
Public methodStatic memberFormInlineSelector
Renders form inline selector in edit mode.
Public methodStatic memberFormSubmitButton
Renders form submit button based on model values.
Public methodStatic memberGetFormWidgetRenderingConfiguration
Top
See Also