Click or drag to resize
FormWidgetExtensions Class
Form widget extension methods.
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: 13.0.131
Syntax
C#
public static class FormWidgetExtensions

The FormWidgetExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddFormWidgetRenderingConfiguration
Adds instance of FormWidgetRenderingConfiguration into IViewDataDictionaryProxy.
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
Gets FormWidgetRenderingConfiguration from IViewDataDictionaryProxy.
Top
See Also